Html Css Color HEX #D4D469 Goldenrod

📋 copy color: '#D4D469'

red 212 ◦ green 212 ◦ blue 105

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

Shades of Goldenrod #D4D469

Tints of Goldenrod #D4D469

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

 BLUE value IS 105 (41.41% from 255) = 19.85%

R = 40.08%
G = 40.08%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4D469 (or 0xD4D469) is known color: Goldenrod. HEX triplet: D4, D4 and 69. RGB value is (212,212,105). Sum of RGB (Red+Green+Blue) = 212+212+105=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D469 is #2B2B96. Grayscale: #C8C8C8. Windows color (decimal): -2829207 or 6935764. OLE color: 6935764.

HSL color Cylindrical-coordinate representation of color #D4D469: hue angle of 60º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4D469 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 212 105 -
CMYK 0 0 0.50 0.17
HSL 60º 0.55% 0.62% -
HSV(B) 60º 0.5% 0.83% -
XYZ 53.24 62.1 22.55 -
YUV 199.8 74.5 136.7 -
System Red Green Blue C M Y K H S L
Decimal 212 212 105 0 0 0.50 0.17 60 0.55 0.62
Hex D4 D4 69 0 0 32 11 3C 37 3E
Octal 324 324 151 0 0 62 21 74 67 76
Binary 11010100 11010100 1101001 0 0 110010 10001 111100 110111 111110

Color Harmonies of #D4D469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D469

Black with #D4D469

Text Example


Text Example

White with #D4D469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D469; }

 p { color: rgb(212,212,105); }

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

background-color css

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

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

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

border-color css

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

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

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