Html Css Color HEX #D0CE6B Goldenrod

📋 copy color: '#D0CE6B'

red 208 ◦ green 206 ◦ blue 107

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

Shades of Goldenrod #D0CE6B

Tints of Goldenrod #D0CE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.54%

R = 39.92%
G = 39.54%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0CE6B (or 0xD0CE6B) is known color: Goldenrod. HEX triplet: D0, CE and 6B. RGB value is (208,206,107). Sum of RGB (Red+Green+Blue) = 208+206+107=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CE6B is #2F3194. Grayscale: #C3C3C3. Windows color (decimal): -3092885 or 7065296. OLE color: 7065296.

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

Color convert

RGB 208 206 107 -
CMYK 0 0.01 0.49 0.18
HSL 58.81º 0.52% 0.62% -
HSV(B) 58.81º 0.49% 0.82% -
XYZ 50.74 58.61 22.55 -
YUV 195.31 78.16 137.05 -
System Red Green Blue C M Y K H S L
Decimal 208 206 107 0 0.01 0.49 0.18 58.81 0.52 0.62
Hex D0 CE 6B 0 1 31 12 3B 34 3E
Octal 320 316 153 0 1 61 22 73 64 76
Binary 11010000 11001110 1101011 0 1 110001 10010 111011 110100 111110

Color Harmonies of #D0CE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CE6B

Black with #D0CE6B

Text Example


Text Example

White with #D0CE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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