Html Css Color HEX #D5D670 Goldenrod

📋 copy color: '#D5D670'

red 213 ◦ green 214 ◦ blue 112

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

Shades of Goldenrod #D5D670

Tints of Goldenrod #D5D670

RGB

 RED value IS 213 (83.59% from 255) = 39.52%

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

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

R = 39.52%
G = 39.7%
B = 20.78%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5D670 (or 0xD5D670) is known color: Goldenrod. HEX triplet: D5, D6 and 70. RGB value is (213,214,112). Sum of RGB (Red+Green+Blue) = 213+214+112=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D670 is #2A298F. Grayscale: #CACACA. Windows color (decimal): -2763152 or 7395029. OLE color: 7395029.

HSL color Cylindrical-coordinate representation of color #D5D670: hue angle of 60.59º 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 #D5D670 is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 214 112 -
CMYK 0.00 0 0.48 0.16
HSL 60.59º 0.55% 0.64% -
HSV(B) 60.59º 0.48% 0.84% -
XYZ 54.41 63.41 24.7 -
YUV 202.07 77.17 135.79 -
System Red Green Blue C M Y K H S L
Decimal 213 214 112 0.00 0 0.48 0.16 60.59 0.55 0.64
Hex D5 D6 70 0 0 30 10 3D 37 40
Octal 325 326 160 0 0 60 20 75 67 100
Binary 11010101 11010110 1110000 0 0 110000 10000 111101 110111 1000000

Color Harmonies of #D5D670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D670

Black with #D5D670

Text Example


Text Example

White with #D5D670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D670; }

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

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

background-color css

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

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

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

border-color css

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

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

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