Html Css Color HEX #DBD66C Goldenrod

📋 copy color: '#DBD66C'

red 219 ◦ green 214 ◦ blue 108

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

Shades of Goldenrod #DBD66C

Tints of Goldenrod #DBD66C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.56%

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

R = 40.48%
G = 39.56%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DBD66C (or 0xDBD66C) is known color: Goldenrod. HEX triplet: DB, D6 and 6C. RGB value is (219,214,108). Sum of RGB (Red+Green+Blue) = 219+214+108=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD66C is #242993. Grayscale: #CBCBCB. Windows color (decimal): -2369940 or 7132891. OLE color: 7132891.

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

Color convert

RGB 219 214 108 -
CMYK 0 0.02 0.51 0.14
HSL 57.3º 0.61% 0.64% -
HSV(B) 57.3º 0.51% 0.86% -
XYZ 55.97 64.24 23.64 -
YUV 203.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 219 214 108 0 0.02 0.51 0.14 57.3 0.61 0.64
Hex DB D6 6C 0 2 33 E 39 3D 40
Octal 333 326 154 0 2 63 16 71 75 100
Binary 11011011 11010110 1101100 0 10 110011 1110 111001 111101 1000000

Color Harmonies of #DBD66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD66C

Black with #DBD66C

Text Example


Text Example

White with #DBD66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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