Html Css Color HEX #DCAE0B Gamboge

📋 copy color: '#DCAE0B'

red 220 ◦ green 174 ◦ blue 11

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

Shades of Gamboge #DCAE0B

Tints of Gamboge #DCAE0B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.96%

 BLUE value IS 11 (4.69% from 255) = 2.72%

R = 54.32%
G = 42.96%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCAE0B (or 0xDCAE0B) is known color: Gamboge. HEX triplet: DC, AE and 0B. RGB value is (220,174,11). Sum of RGB (Red+Green+Blue) = 220+174+11=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAE0B is #2351F4. Grayscale: #A9A9A9. Windows color (decimal): -2314741 or 765660. OLE color: 765660.

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

Color convert

RGB 220 174 11 -
CMYK 0 0.21 0.95 0.14
HSL 46.79º 0.9% 0.45% -
HSV(B) 46.79º 0.95% 0.86% -
XYZ 44.71 45.51 6.74 -
YUV 169.17 38.74 164.25 -
System Red Green Blue C M Y K H S L
Decimal 220 174 11 0 0.21 0.95 0.14 46.79 0.9 0.45
Hex DC AE B 0 15 5F E 2F 5A 2D
Octal 334 256 13 0 25 137 16 57 132 55
Binary 11011100 10101110 1011 0 10101 1011111 1110 101111 1011010 101101

Color Harmonies of #DCAE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE0B

Black with #DCAE0B

Text Example


Text Example

White with #DCAE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE0B; }

 p { color: rgb(220,174,11); }

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

background-color css

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

 a { background-color: rgb(220,174,11); }

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

border-color css

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

 span { border-color: rgb(220,174,11); }

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