Html Css Color HEX #D0DB65 Goldenrod

📋 copy color: '#D0DB65'

red 208 ◦ green 219 ◦ blue 101

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

Shades of Goldenrod #D0DB65

Tints of Goldenrod #D0DB65

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.48%

 BLUE value IS 101 (39.84% from 255) = 19.13%

R = 39.39%
G = 41.48%
B = 19.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#D0DB65 (or 0xD0DB65) is known color: Goldenrod. HEX triplet: D0, DB and 65. RGB value is (208,219,101). Sum of RGB (Red+Green+Blue) = 208+219+101=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DB65 is #2F249A. Grayscale: #CACACA. Windows color (decimal): -3089563 or 6675408. OLE color: 6675408.

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

Color convert

RGB 208 219 101 -
CMYK 0.05 0 0.54 0.14
HSL 65.59º 0.62% 0.63% -
HSV(B) 65.59º 0.54% 0.86% -
XYZ 53.69 65.01 22.03 -
YUV 202.26 70.86 132.09 -
System Red Green Blue C M Y K H S L
Decimal 208 219 101 0.05 0 0.54 0.14 65.59 0.62 0.63
Hex D0 DB 65 5 0 36 E 42 3E 3F
Octal 320 333 145 5 0 66 16 102 76 77
Binary 11010000 11011011 1100101 101 0 110110 1110 1000010 111110 111111

Color Harmonies of #D0DB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB65

Black with #D0DB65

Text Example


Text Example

White with #D0DB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB65; }

 p { color: rgb(208,219,101); }

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

background-color css

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

 a { background-color: rgb(208,219,101); }

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

border-color css

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

 span { border-color: rgb(208,219,101); }

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