Html Css Color HEX #D3D470 Goldenrod

📋 copy color: '#D3D470'

red 211 ◦ green 212 ◦ blue 112

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

Shades of Goldenrod #D3D470

Tints of Goldenrod #D3D470

RGB

 RED value IS 211 (82.81% from 255) = 39.44%

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

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

R = 39.44%
G = 39.63%
B = 20.93%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D3D470 (or 0xD3D470) is known color: Goldenrod. HEX triplet: D3, D4 and 70. RGB value is (211,212,112). Sum of RGB (Red+Green+Blue) = 211+212+112=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D470 is #2C2B8F. Grayscale: #C8C8C8. Windows color (decimal): -2894736 or 7394515. OLE color: 7394515.

HSL color Cylindrical-coordinate representation of color #D3D470: hue angle of 60.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3D470 is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 212 112 -
CMYK 0.00 0 0.47 0.17
HSL 60.6º 0.54% 0.64% -
HSV(B) 60.6º 0.47% 0.83% -
XYZ 53.33 62.11 24.51 -
YUV 200.3 78.17 135.63 -
System Red Green Blue C M Y K H S L
Decimal 211 212 112 0.00 0 0.47 0.17 60.6 0.54 0.64
Hex D3 D4 70 0 0 2F 11 3D 36 40
Octal 323 324 160 0 0 57 21 75 66 100
Binary 11010011 11010100 1110000 0 0 101111 10001 111101 110110 1000000

Color Harmonies of #D3D470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D470

Black with #D3D470

Text Example


Text Example

White with #D3D470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D470; }

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

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

background-color css

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

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

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

border-color css

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

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

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