Html Css Color HEX #D0CE68 Goldenrod

📋 copy color: '#D0CE68'

red 208 ◦ green 206 ◦ blue 104

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

Shades of Goldenrod #D0CE68

Tints of Goldenrod #D0CE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.08%

R = 40.15%
G = 39.77%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D0CE68 (or 0xD0CE68) is known color: Goldenrod. HEX triplet: D0, CE and 68. RGB value is (208,206,104). Sum of RGB (Red+Green+Blue) = 208+206+104=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CE68 is #2F3197. Grayscale: #C3C3C3. Windows color (decimal): -3092888 or 6868688. OLE color: 6868688.

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

Color convert

RGB 208 206 104 -
CMYK 0 0.01 0.5 0.18
HSL 58.85º 0.53% 0.61% -
HSV(B) 58.85º 0.5% 0.82% -
XYZ 50.58 58.55 21.73 -
YUV 194.97 76.66 137.29 -
System Red Green Blue C M Y K H S L
Decimal 208 206 104 0 0.01 0.5 0.18 58.85 0.53 0.61
Hex D0 CE 68 0 1 32 12 3B 35 3D
Octal 320 316 150 0 1 62 22 73 65 75
Binary 11010000 11001110 1101000 0 1 110010 10010 111011 110101 111101

Color Harmonies of #D0CE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CE68

Black with #D0CE68

Text Example


Text Example

White with #D0CE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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