Html Css Color HEX #D4D670 Goldenrod

📋 copy color: '#D4D670'

red 212 ◦ green 214 ◦ blue 112

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

Shades of Goldenrod #D4D670

Tints of Goldenrod #D4D670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.78%

 BLUE value IS 112 (44.14% from 255) = 20.82%

R = 39.41%
G = 39.78%
B = 20.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D4D670 (or 0xD4D670) is known color: Goldenrod. HEX triplet: D4, D6 and 70. RGB value is (212,214,112). Sum of RGB (Red+Green+Blue) = 212+214+112=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D670 is #2B298F. Grayscale: #CACACA. Windows color (decimal): -2828688 or 7395028. OLE color: 7395028.

HSL color Cylindrical-coordinate representation of color #D4D670: hue angle of 61.18º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4D670 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 214 112 -
CMYK 0.01 0 0.48 0.16
HSL 61.18º 0.55% 0.64% -
HSV(B) 61.18º 0.48% 0.84% -
XYZ 54.12 63.26 24.69 -
YUV 201.77 77.34 135.29 -
System Red Green Blue C M Y K H S L
Decimal 212 214 112 0.01 0 0.48 0.16 61.18 0.55 0.64
Hex D4 D6 70 1 0 30 10 3D 37 40
Octal 324 326 160 1 0 60 20 75 67 100
Binary 11010100 11010110 1110000 1 0 110000 10000 111101 110111 1000000

Color Harmonies of #D4D670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D670

Black with #D4D670

Text Example


Text Example

White with #D4D670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D670; }

 p { color: rgb(212,214,112); }

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

background-color css

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

 a { background-color: rgb(212,214,112); }

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

border-color css

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

 span { border-color: rgb(212,214,112); }

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