Html Css Color HEX #DADF77 Goldenrod

📋 copy color: '#DADF77'

red 218 ◦ green 223 ◦ blue 119

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

Shades of Goldenrod #DADF77

Tints of Goldenrod #DADF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.25%

R = 38.93%
G = 39.82%
B = 21.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DADF77 (or 0xDADF77) is known color: Goldenrod. HEX triplet: DA, DF and 77. RGB value is (218,223,119). Sum of RGB (Red+Green+Blue) = 218+223+119=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 119 (46.88% from 255 or 21.25% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF77 is #252088. Grayscale: #D2D2D2. Windows color (decimal): -2433161 or 7856090. OLE color: 7856090.

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

Color convert

RGB 218 223 119 -
CMYK 0.02 0 0.47 0.13
HSL 62.88º 0.62% 0.67% -
HSV(B) 62.88º 0.47% 0.87% -
XYZ 58.63 69.01 27.68 -
YUV 209.65 76.84 133.96 -
System Red Green Blue C M Y K H S L
Decimal 218 223 119 0.02 0 0.47 0.13 62.88 0.62 0.67
Hex DA DF 77 2 0 2F D 3F 3E 43
Octal 332 337 167 2 0 57 15 77 76 103
Binary 11011010 11011111 1110111 10 0 101111 1101 111111 111110 1000011

Color Harmonies of #DADF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF77

Black with #DADF77

Text Example


Text Example

White with #DADF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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