Html Css Color HEX #D4CB69 Goldenrod

📋 copy color: '#D4CB69'

red 212 ◦ green 203 ◦ blue 105

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

Shades of Goldenrod #D4CB69

Tints of Goldenrod #D4CB69

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.04%

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

R = 40.77%
G = 39.04%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4CB69 (or 0xD4CB69) is known color: Goldenrod. HEX triplet: D4, CB and 69. RGB value is (212,203,105). Sum of RGB (Red+Green+Blue) = 212+203+105=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB69 is #2B3496. Grayscale: #C2C2C2. Windows color (decimal): -2831511 or 6933460. OLE color: 6933460.

HSL color Cylindrical-coordinate representation of color #D4CB69: hue angle of 54.95º 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 #D4CB69 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 203 105 -
CMYK 0 0.04 0.50 0.17
HSL 54.95º 0.55% 0.62% -
HSV(B) 54.95º 0.5% 0.83% -
XYZ 51.06 57.73 21.82 -
YUV 194.52 77.48 140.47 -
System Red Green Blue C M Y K H S L
Decimal 212 203 105 0 0.04 0.50 0.17 54.95 0.55 0.62
Hex D4 CB 69 0 4 32 11 37 37 3E
Octal 324 313 151 0 4 62 21 67 67 76
Binary 11010100 11001011 1101001 0 100 110010 10001 110111 110111 111110

Color Harmonies of #D4CB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CB69

Black with #D4CB69

Text Example


Text Example

White with #D4CB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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