Html Css Color HEX #DBDC65 Goldenrod

📋 copy color: '#DBDC65'

red 219 ◦ green 220 ◦ blue 101

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

Shades of Goldenrod #DBDC65

Tints of Goldenrod #DBDC65

RGB

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

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

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

R = 40.56%
G = 40.74%
B = 18.7%

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

#DBDC65 (or 0xDBDC65) is known color: Goldenrod. HEX triplet: DB, DC and 65. RGB value is (219,220,101). Sum of RGB (Red+Green+Blue) = 219+220+101=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC65 is #24239A. Grayscale: #CECECE. Windows color (decimal): -2368411 or 6675675. OLE color: 6675675.

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

Color convert

RGB 219 220 101 -
CMYK 0.00 0 0.54 0.14
HSL 60.5º 0.63% 0.63% -
HSV(B) 60.5º 0.54% 0.86% -
XYZ 57.16 67.19 22.27 -
YUV 206.14 68.67 137.18 -
System Red Green Blue C M Y K H S L
Decimal 219 220 101 0.00 0 0.54 0.14 60.5 0.63 0.63
Hex DB DC 65 0 0 36 E 3D 3F 3F
Octal 333 334 145 0 0 66 16 75 77 77
Binary 11011011 11011100 1100101 0 0 110110 1110 111101 111111 111111

Color Harmonies of #DBDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC65

Black with #DBDC65

Text Example


Text Example

White with #DBDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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