Html Css Color HEX #DBDC6A Goldenrod

📋 copy color: '#DBDC6A'

red 219 ◦ green 220 ◦ blue 106

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

Shades of Goldenrod #DBDC6A

Tints of Goldenrod #DBDC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.45%

R = 40.18%
G = 40.37%
B = 19.45%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DBDC6A (or 0xDBDC6A) is known color: Goldenrod. HEX triplet: DB, DC and 6A. RGB value is (219,220,106). Sum of RGB (Red+Green+Blue) = 219+220+106=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC6A is #242395. Grayscale: #CFCFCF. Windows color (decimal): -2368406 or 7003355. OLE color: 7003355.

HSL color Cylindrical-coordinate representation of color #DBDC6A: hue angle of 60.53º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBDC6A is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 106 -
CMYK 0.00 0 0.52 0.14
HSL 60.53º 0.62% 0.64% -
HSV(B) 60.53º 0.52% 0.86% -
XYZ 57.41 67.29 23.6 -
YUV 206.71 71.17 136.77 -
System Red Green Blue C M Y K H S L
Decimal 219 220 106 0.00 0 0.52 0.14 60.53 0.62 0.64
Hex DB DC 6A 0 0 34 E 3D 3E 40
Octal 333 334 152 0 0 64 16 75 76 100
Binary 11011011 11011100 1101010 0 0 110100 1110 111101 111110 1000000

Color Harmonies of #DBDC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC6A

Black with #DBDC6A

Text Example


Text Example

White with #DBDC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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