Html Css Color HEX #DCAE07 Gamboge

📋 copy color: '#DCAE07'

red 220 ◦ green 174 ◦ blue 7

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

Shades of Gamboge #DCAE07

Tints of Gamboge #DCAE07

RGB

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

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

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

R = 54.86%
G = 43.39%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCAE07 (or 0xDCAE07) is known color: Gamboge. HEX triplet: DC, AE and 07. RGB value is (220,174,7). Sum of RGB (Red+Green+Blue) = 220+174+7=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 7 (3.12% from 255 or 1.75% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAE07 is #2351F8. Grayscale: #A9A9A9. Windows color (decimal): -2314745 or 503516. OLE color: 503516.

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

Color convert

RGB 220 174 7 -
CMYK 0 0.21 0.97 0.14
HSL 47.04º 0.94% 0.45% -
HSV(B) 47.04º 0.97% 0.86% -
XYZ 44.69 45.5 6.63 -
YUV 168.72 36.74 164.58 -
System Red Green Blue C M Y K H S L
Decimal 220 174 7 0 0.21 0.97 0.14 47.04 0.94 0.45
Hex DC AE 7 0 15 61 E 2F 5E 2D
Octal 334 256 7 0 25 141 16 57 136 55
Binary 11011100 10101110 111 0 10101 1100001 1110 101111 1011110 101101

Color Harmonies of #DCAE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE07

Black with #DCAE07

Text Example


Text Example

White with #DCAE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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