Html Css Color HEX #DBDB6C Goldenrod

📋 copy color: '#DBDB6C'

red 219 ◦ green 219 ◦ blue 108

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

Shades of Goldenrod #DBDB6C

Tints of Goldenrod #DBDB6C

RGB

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

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

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

R = 40.11%
G = 40.11%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DBDB6C (or 0xDBDB6C) is known color: Goldenrod. HEX triplet: DB, DB and 6C. RGB value is (219,219,108). Sum of RGB (Red+Green+Blue) = 219+219+108=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB6C is #242493. Grayscale: #CECECE. Windows color (decimal): -2368660 or 7134171. OLE color: 7134171.

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

Color convert

RGB 219 219 108 -
CMYK 0 0 0.51 0.14
HSL 60º 0.61% 0.64% -
HSV(B) 60º 0.51% 0.86% -
XYZ 57.25 66.81 24.06 -
YUV 206.35 72.5 137.03 -
System Red Green Blue C M Y K H S L
Decimal 219 219 108 0 0 0.51 0.14 60 0.61 0.64
Hex DB DB 6C 0 0 33 E 3C 3D 40
Octal 333 333 154 0 0 63 16 74 75 100
Binary 11011011 11011011 1101100 0 0 110011 1110 111100 111101 1000000

Color Harmonies of #DBDB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB6C

Black with #DBDB6C

Text Example


Text Example

White with #DBDB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB6C; }

 p { color: rgb(219,219,108); }

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

background-color css

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

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

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

border-color css

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

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

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