Html Css Color HEX #D4CE74 Goldenrod

📋 copy color: '#D4CE74'

red 212 ◦ green 206 ◦ blue 116

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

Shades of Goldenrod #D4CE74

Tints of Goldenrod #D4CE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.72%

R = 39.7%
G = 38.58%
B = 21.72%

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

#D4CE74 (or 0xD4CE74) is known color: Goldenrod. HEX triplet: D4, CE and 74. RGB value is (212,206,116). Sum of RGB (Red+Green+Blue) = 212+206+116=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE74 is #2B318B. Grayscale: #C5C5C5. Windows color (decimal): -2830732 or 7655124. OLE color: 7655124.

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

Color convert

RGB 212 206 116 -
CMYK 0 0.03 0.45 0.17
HSL 56.25º 0.53% 0.64% -
HSV(B) 56.25º 0.45% 0.83% -
XYZ 52.38 59.4 25.23 -
YUV 197.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 212 206 116 0 0.03 0.45 0.17 56.25 0.53 0.64
Hex D4 CE 74 0 3 2D 11 38 35 40
Octal 324 316 164 0 3 55 21 70 65 100
Binary 11010100 11001110 1110100 0 11 101101 10001 111000 110101 1000000

Color Harmonies of #D4CE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CE74

Black with #D4CE74

Text Example


Text Example

White with #D4CE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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