Html Css Color HEX #DBDC66 Goldenrod

📋 copy color: '#DBDC66'

red 219 ◦ green 220 ◦ blue 102

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

Shades of Goldenrod #DBDC66

Tints of Goldenrod #DBDC66

RGB

 RED value IS 219 (85.94% from 255) = 40.48%

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

 BLUE value IS 102 (40.23% from 255) = 18.85%

R = 40.48%
G = 40.67%
B = 18.85%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBDC66 (or 0xDBDC66) is known color: Goldenrod. HEX triplet: DB, DC and 66. RGB value is (219,220,102). Sum of RGB (Red+Green+Blue) = 219+220+102=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC66 is #242399. Grayscale: #CECECE. Windows color (decimal): -2368410 or 6741211. OLE color: 6741211.

HSL color Cylindrical-coordinate representation of color #DBDC66: hue angle of 60.51º degrees, saturation: 0.63, 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 #DBDC66 is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 102 -
CMYK 0.00 0 0.54 0.14
HSL 60.51º 0.63% 0.63% -
HSV(B) 60.51º 0.54% 0.86% -
XYZ 57.2 67.21 22.53 -
YUV 206.25 69.17 137.09 -
System Red Green Blue C M Y K H S L
Decimal 219 220 102 0.00 0 0.54 0.14 60.51 0.63 0.63
Hex DB DC 66 0 0 36 E 3D 3F 3F
Octal 333 334 146 0 0 66 16 75 77 77
Binary 11011011 11011100 1100110 0 0 110110 1110 111101 111111 111111

Color Harmonies of #DBDC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC66

Black with #DBDC66

Text Example


Text Example

White with #DBDC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC66; }

 p { color: rgb(219,220,102); }

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

background-color css

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

 a { background-color: rgb(219,220,102); }

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

border-color css

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

 span { border-color: rgb(219,220,102); }

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