Html Css Color HEX #D0CE70 Goldenrod

📋 copy color: '#D0CE70'

red 208 ◦ green 206 ◦ blue 112

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

Shades of Goldenrod #D0CE70

Tints of Goldenrod #D0CE70

RGB

 RED value IS 208 (81.64% from 255) = 39.54%

 GREEN value IS 206 (80.86% from 255) = 39.16%

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

R = 39.54%
G = 39.16%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D0CE70 (or 0xD0CE70) is known color: Goldenrod. HEX triplet: D0, CE and 70. RGB value is (208,206,112). Sum of RGB (Red+Green+Blue) = 208+206+112=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CE70 is #2F318F. Grayscale: #C4C4C4. Windows color (decimal): -3092880 or 7392976. OLE color: 7392976.

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

Color convert

RGB 208 206 112 -
CMYK 0 0.01 0.46 0.18
HSL 58.75º 0.51% 0.63% -
HSV(B) 58.75º 0.46% 0.82% -
XYZ 51.01 58.72 23.98 -
YUV 195.88 80.66 136.64 -
System Red Green Blue C M Y K H S L
Decimal 208 206 112 0 0.01 0.46 0.18 58.75 0.51 0.63
Hex D0 CE 70 0 1 2E 12 3B 33 3F
Octal 320 316 160 0 1 56 22 73 63 77
Binary 11010000 11001110 1110000 0 1 101110 10010 111011 110011 111111

Color Harmonies of #D0CE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CE70

Black with #D0CE70

Text Example


Text Example

White with #D0CE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CE70; }

 p { color: rgb(208,206,112); }

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

background-color css

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

 a { background-color: rgb(208,206,112); }

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

border-color css

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

 span { border-color: rgb(208,206,112); }

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