Html Css Color HEX #D4D074 Goldenrod

📋 copy color: '#D4D074'

red 212 ◦ green 208 ◦ blue 116

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

Shades of Goldenrod #D4D074

Tints of Goldenrod #D4D074

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.81%

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

R = 39.55%
G = 38.81%
B = 21.64%

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

#D4D074 (or 0xD4D074) is known color: Goldenrod. HEX triplet: D4, D0 and 74. RGB value is (212,208,116). Sum of RGB (Red+Green+Blue) = 212+208+116=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D074 is #2B2F8B. Grayscale: #C7C7C7. Windows color (decimal): -2830220 or 7655636. OLE color: 7655636.

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

Color convert

RGB 212 208 116 -
CMYK 0 0.02 0.45 0.17
HSL 57.5º 0.53% 0.64% -
HSV(B) 57.5º 0.45% 0.83% -
XYZ 52.86 60.37 25.39 -
YUV 198.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 212 208 116 0 0.02 0.45 0.17 57.5 0.53 0.64
Hex D4 D0 74 0 2 2D 11 3A 35 40
Octal 324 320 164 0 2 55 21 72 65 100
Binary 11010100 11010000 1110100 0 10 101101 10001 111010 110101 1000000

Color Harmonies of #D4D074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D074

Black with #D4D074

Text Example


Text Example

White with #D4D074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D074; }

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

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

background-color css

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

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

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

border-color css

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

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

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