Html Css Color HEX #D4CE75 Goldenrod

📋 copy color: '#D4CE75'

red 212 ◦ green 206 ◦ blue 117

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

Shades of Goldenrod #D4CE75

Tints of Goldenrod #D4CE75

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.5%

 BLUE value IS 117 (46.09% from 255) = 21.87%

R = 39.63%
G = 38.5%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4CE75 (or 0xD4CE75) is known color: Goldenrod. HEX triplet: D4, CE and 75. RGB value is (212,206,117). Sum of RGB (Red+Green+Blue) = 212+206+117=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE75 is #2B318A. Grayscale: #C6C6C6. Windows color (decimal): -2830731 or 7720660. OLE color: 7720660.

HSL color Cylindrical-coordinate representation of color #D4CE75: hue angle of 56.21º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4CE75 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 206 117 -
CMYK 0 0.03 0.45 0.17
HSL 56.21º 0.52% 0.65% -
HSV(B) 56.21º 0.45% 0.83% -
XYZ 52.43 59.42 25.54 -
YUV 197.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 212 206 117 0 0.03 0.45 0.17 56.21 0.52 0.65
Hex D4 CE 75 0 3 2D 11 38 34 41
Octal 324 316 165 0 3 55 21 70 64 101
Binary 11010100 11001110 1110101 0 11 101101 10001 111000 110100 1000001

Color Harmonies of #D4CE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CE75

Black with #D4CE75

Text Example


Text Example

White with #D4CE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CE75; }

 p { color: rgb(212,206,117); }

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

background-color css

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

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

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

border-color css

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

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

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