Html Css Color HEX #D4CF74 Goldenrod

📋 copy color: '#D4CF74'

red 212 ◦ green 207 ◦ blue 116

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

Shades of Goldenrod #D4CF74

Tints of Goldenrod #D4CF74

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.69%

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

R = 39.63%
G = 38.69%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4CF74 (or 0xD4CF74) is known color: Goldenrod. HEX triplet: D4, CF and 74. RGB value is (212,207,116). Sum of RGB (Red+Green+Blue) = 212+207+116=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF74 is #2B308B. Grayscale: #C6C6C6. Windows color (decimal): -2830476 or 7655380. OLE color: 7655380.

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

Color convert

RGB 212 207 116 -
CMYK 0 0.02 0.45 0.17
HSL 56.88º 0.53% 0.64% -
HSV(B) 56.88º 0.45% 0.83% -
XYZ 52.62 59.88 25.31 -
YUV 198.12 81.66 137.9 -
System Red Green Blue C M Y K H S L
Decimal 212 207 116 0 0.02 0.45 0.17 56.88 0.53 0.64
Hex D4 CF 74 0 2 2D 11 39 35 40
Octal 324 317 164 0 2 55 21 71 65 100
Binary 11010100 11001111 1110100 0 10 101101 10001 111001 110101 1000000

Color Harmonies of #D4CF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CF74

Black with #D4CF74

Text Example


Text Example

White with #D4CF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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