Html Css Color HEX #DCAB07 Gamboge

📋 copy color: '#DCAB07'

red 220 ◦ green 171 ◦ blue 7

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

Shades of Gamboge #DCAB07

Tints of Gamboge #DCAB07

RGB

 RED value IS 220 (86.33% from 255) = 55.28%

 GREEN value IS 171 (67.19% from 255) = 42.96%

 BLUE value IS 7 (3.13% from 255) = 1.76%

R = 55.28%
G = 42.96%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCAB07 (or 0xDCAB07) is known color: Gamboge. HEX triplet: DC, AB and 07. RGB value is (220,171,7). Sum of RGB (Red+Green+Blue) = 220+171+7=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB07 is #2354F8. Grayscale: #A7A7A7. Windows color (decimal): -2315513 or 502748. OLE color: 502748.

HSL color Cylindrical-coordinate representation of color #DCAB07: hue angle of 46.2º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCAB07 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 7 -
CMYK 0 0.22 0.97 0.14
HSL 46.2º 0.94% 0.45% -
HSV(B) 46.2º 0.97% 0.86% -
XYZ 44.12 44.36 6.44 -
YUV 166.96 37.73 165.84 -
System Red Green Blue C M Y K H S L
Decimal 220 171 7 0 0.22 0.97 0.14 46.2 0.94 0.45
Hex DC AB 7 0 16 61 E 2E 5E 2D
Octal 334 253 7 0 26 141 16 56 136 55
Binary 11011100 10101011 111 0 10110 1100001 1110 101110 1011110 101101

Color Harmonies of #DCAB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB07

Black with #DCAB07

Text Example


Text Example

White with #DCAB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB07; }

 p { color: rgb(220,171,7); }

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

background-color css

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

 a { background-color: rgb(220,171,7); }

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

border-color css

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

 span { border-color: rgb(220,171,7); }

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