Html Css Color HEX #D0DC6C Goldenrod

📋 copy color: '#D0DC6C'

red 208 ◦ green 220 ◦ blue 108

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

Shades of Goldenrod #D0DC6C

Tints of Goldenrod #D0DC6C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.04%

 BLUE value IS 108 (42.58% from 255) = 20.15%

R = 38.81%
G = 41.04%
B = 20.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#D0DC6C (or 0xD0DC6C) is known color: Goldenrod. HEX triplet: D0, DC and 6C. RGB value is (208,220,108). Sum of RGB (Red+Green+Blue) = 208+220+108=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DC6C is #2F2393. Grayscale: #CCCCCC. Windows color (decimal): -3089300 or 7134416. OLE color: 7134416.

HSL color Cylindrical-coordinate representation of color #D0DC6C: hue angle of 66.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0DC6C is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 220 108 -
CMYK 0.05 0 0.51 0.14
HSL 66.43º 0.62% 0.64% -
HSV(B) 66.43º 0.51% 0.86% -
XYZ 54.31 65.68 24 -
YUV 203.64 74.02 131.11 -
System Red Green Blue C M Y K H S L
Decimal 208 220 108 0.05 0 0.51 0.14 66.43 0.62 0.64
Hex D0 DC 6C 5 0 33 E 42 3E 40
Octal 320 334 154 5 0 63 16 102 76 100
Binary 11010000 11011100 1101100 101 0 110011 1110 1000010 111110 1000000

Color Harmonies of #D0DC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC6C

Black with #D0DC6C

Text Example


Text Example

White with #D0DC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC6C; }

 p { color: rgb(208,220,108); }

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

background-color css

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

 a { background-color: rgb(208,220,108); }

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

border-color css

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

 span { border-color: rgb(208,220,108); }

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