Html Css Color HEX #D4D866 Goldenrod

📋 copy color: '#D4D866'

red 212 ◦ green 216 ◦ blue 102

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

Shades of Goldenrod #D4D866

Tints of Goldenrod #D4D866

RGB

 RED value IS 212 (83.2% from 255) = 40%

 GREEN value IS 216 (84.77% from 255) = 40.75%

 BLUE value IS 102 (40.23% from 255) = 19.25%

R = 40%
G = 40.75%
B = 19.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D4D866 (or 0xD4D866) is known color: Goldenrod. HEX triplet: D4, D8 and 66. RGB value is (212,216,102). Sum of RGB (Red+Green+Blue) = 212+216+102=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D866 is #2B2799. Grayscale: #CACACA. Windows color (decimal): -2828186 or 6740180. OLE color: 6740180.

HSL color Cylindrical-coordinate representation of color #D4D866: hue angle of 62.11º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4D866 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 216 102 -
CMYK 0.02 0 0.53 0.15
HSL 62.11º 0.59% 0.62% -
HSV(B) 62.11º 0.53% 0.85% -
XYZ 54.11 64.07 22.09 -
YUV 201.81 71.67 135.27 -
System Red Green Blue C M Y K H S L
Decimal 212 216 102 0.02 0 0.53 0.15 62.11 0.59 0.62
Hex D4 D8 66 2 0 35 F 3E 3B 3E
Octal 324 330 146 2 0 65 17 76 73 76
Binary 11010100 11011000 1100110 10 0 110101 1111 111110 111011 111110

Color Harmonies of #D4D866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D866

Black with #D4D866

Text Example


Text Example

White with #D4D866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D866; }

 p { color: rgb(212,216,102); }

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

background-color css

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

 a { background-color: rgb(212,216,102); }

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

border-color css

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

 span { border-color: rgb(212,216,102); }

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