Html Css Color HEX #D4CD74 Goldenrod

📋 copy color: '#D4CD74'

red 212 ◦ green 205 ◦ blue 116

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

Shades of Goldenrod #D4CD74

Tints of Goldenrod #D4CD74

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.46%

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

R = 39.77%
G = 38.46%
B = 21.76%

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

#D4CD74 (or 0xD4CD74) is known color: Goldenrod. HEX triplet: D4, CD and 74. RGB value is (212,205,116). Sum of RGB (Red+Green+Blue) = 212+205+116=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CD74 is #2B328B. Grayscale: #C5C5C5. Windows color (decimal): -2830988 or 7654868. OLE color: 7654868.

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

Color convert

RGB 212 205 116 -
CMYK 0 0.03 0.45 0.17
HSL 55.63º 0.53% 0.64% -
HSV(B) 55.63º 0.45% 0.83% -
XYZ 52.14 58.92 25.15 -
YUV 196.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 212 205 116 0 0.03 0.45 0.17 55.63 0.53 0.64
Hex D4 CD 74 0 3 2D 11 38 35 40
Octal 324 315 164 0 3 55 21 70 65 100
Binary 11010100 11001101 1110100 0 11 101101 10001 111000 110101 1000000

Color Harmonies of #D4CD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CD74

Black with #D4CD74

Text Example


Text Example

White with #D4CD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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