Html Css Color HEX #DADF7A Goldenrod

📋 copy color: '#DADF7A'

red 218 ◦ green 223 ◦ blue 122

#DADF7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #DADF7A

Tints of Goldenrod #DADF7A

RGB

 RED value IS 218 (85.55% from 255) = 38.72%

 GREEN value IS 223 (87.5% from 255) = 39.61%

 BLUE value IS 122 (48.05% from 255) = 21.67%

R = 38.72%
G = 39.61%
B = 21.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DADF7A (or 0xDADF7A) is known color: Goldenrod. HEX triplet: DA, DF and 7A. RGB value is (218,223,122). Sum of RGB (Red+Green+Blue) = 218+223+122=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF7A is #252085. Grayscale: #D2D2D2. Windows color (decimal): -2433158 or 8052698. OLE color: 8052698.

HSL color Cylindrical-coordinate representation of color #DADF7A: hue angle of 62.97º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DADF7A is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 223 122 -
CMYK 0.02 0 0.45 0.13
HSL 62.97º 0.61% 0.68% -
HSV(B) 62.97º 0.45% 0.87% -
XYZ 58.81 69.09 28.65 -
YUV 209.99 78.34 133.71 -
System Red Green Blue C M Y K H S L
Decimal 218 223 122 0.02 0 0.45 0.13 62.97 0.61 0.68
Hex DA DF 7A 2 0 2D D 3F 3D 44
Octal 332 337 172 2 0 55 15 77 75 104
Binary 11011010 11011111 1111010 10 0 101101 1101 111111 111101 1000100

Color Harmonies of #DADF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF7A

Black with #DADF7A

Text Example


Text Example

White with #DADF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF7A; }

 p { color: rgb(218,223,122); }

 H1.HeaderClassName
 {
   color: #DADF7A;
 }
 .AnyTagClassName
 {
   color: #DADF7A;
 }
</style>

background-color css

<style>
 a { background-color: #DADF7A; }

 a { background-color: rgb(218,223,122); }

 div.DivClassName
 {
   background-color: #DADF7A;
 }
 .BgClassName
 {
   background-color: #DADF7A;
 }
</style>

border-color css

<style>
 span { border-color: #DADF7A; }

 span { border-color: rgb(218,223,122); }

 td.TdClassName
 {
   border-color: #DADF7A;
 }
 .TagClassName
 {
   border-color: #DADF7A;
 }
</style>