Html Css Color HEX #D2CC73 Goldenrod

📋 copy color: '#D2CC73'

red 210 ◦ green 204 ◦ blue 115

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

Shades of Goldenrod #D2CC73

Tints of Goldenrod #D2CC73

RGB

 RED value IS 210 (82.42% from 255) = 39.7%

 GREEN value IS 204 (80.08% from 255) = 38.56%

 BLUE value IS 115 (45.31% from 255) = 21.74%

R = 39.7%
G = 38.56%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D2CC73 (or 0xD2CC73) is known color: Goldenrod. HEX triplet: D2, CC and 73. RGB value is (210,204,115). Sum of RGB (Red+Green+Blue) = 210+204+115=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC73 is #2D338C. Grayscale: #C4C4C4. Windows color (decimal): -2962317 or 7589074. OLE color: 7589074.

HSL color Cylindrical-coordinate representation of color #D2CC73: hue angle of 56.21º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2CC73 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 204 115 -
CMYK 0 0.03 0.45 0.18
HSL 56.21º 0.51% 0.64% -
HSV(B) 56.21º 0.45% 0.82% -
XYZ 51.27 58.13 24.74 -
YUV 195.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 210 204 115 0 0.03 0.45 0.18 56.21 0.51 0.64
Hex D2 CC 73 0 3 2D 12 38 33 40
Octal 322 314 163 0 3 55 22 70 63 100
Binary 11010010 11001100 1110011 0 11 101101 10010 111000 110011 1000000

Color Harmonies of #D2CC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC73

Black with #D2CC73

Text Example


Text Example

White with #D2CC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC73; }

 p { color: rgb(210,204,115); }

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

background-color css

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

 a { background-color: rgb(210,204,115); }

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

border-color css

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

 span { border-color: rgb(210,204,115); }

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