Html Css Color HEX #DBDA6C Goldenrod

📋 copy color: '#DBDA6C'

red 219 ◦ green 218 ◦ blue 108

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

Shades of Goldenrod #DBDA6C

Tints of Goldenrod #DBDA6C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40%

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

R = 40.18%
G = 40%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DBDA6C (or 0xDBDA6C) is known color: Goldenrod. HEX triplet: DB, DA and 6C. RGB value is (219,218,108). Sum of RGB (Red+Green+Blue) = 219+218+108=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA6C is #242593. Grayscale: #CECECE. Windows color (decimal): -2368916 or 7133915. OLE color: 7133915.

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

Color convert

RGB 219 218 108 -
CMYK 0 0.00 0.51 0.14
HSL 59.46º 0.61% 0.64% -
HSV(B) 59.46º 0.51% 0.86% -
XYZ 56.99 66.29 23.98 -
YUV 205.76 72.83 137.44 -
System Red Green Blue C M Y K H S L
Decimal 219 218 108 0 0.00 0.51 0.14 59.46 0.61 0.64
Hex DB DA 6C 0 0 33 E 3B 3D 40
Octal 333 332 154 0 0 63 16 73 75 100
Binary 11011011 11011010 1101100 0 0 110011 1110 111011 111101 1000000

Color Harmonies of #DBDA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA6C

Black with #DBDA6C

Text Example


Text Example

White with #DBDA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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