Html Css Color HEX #DCC03B Wattle

📋 copy color: '#DCC03B'

red 220 ◦ green 192 ◦ blue 59

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

Shades of Wattle #DCC03B

Tints of Wattle #DCC03B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.76%

 BLUE value IS 59 (23.44% from 255) = 12.53%

R = 46.71%
G = 40.76%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCC03B (or 0xDCC03B) is known color: Wattle. HEX triplet: DC, C0 and 3B. RGB value is (220,192,59). Sum of RGB (Red+Green+Blue) = 220+192+59=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 59 (23.44% from 255 or 12.53% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC03B is #233FC4. Grayscale: #B9B9B9. Windows color (decimal): -2310085 or 3915996. OLE color: 3915996.

HSL color Cylindrical-coordinate representation of color #DCC03B: hue angle of 49.57º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCC03B is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 59 -
CMYK 0 0.13 0.73 0.14
HSL 49.57º 0.7% 0.55% -
HSV(B) 49.57º 0.73% 0.86% -
XYZ 49.15 53.23 11.82 -
YUV 185.21 56.78 152.81 -
System Red Green Blue C M Y K H S L
Decimal 220 192 59 0 0.13 0.73 0.14 49.57 0.7 0.55
Hex DC C0 3B 0 D 49 E 32 46 37
Octal 334 300 73 0 15 111 16 62 106 67
Binary 11011100 11000000 111011 0 1101 1001001 1110 110010 1000110 110111

Color Harmonies of #DCC03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC03B

Black with #DCC03B

Text Example


Text Example

White with #DCC03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC03B; }

 p { color: rgb(220,192,59); }

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

background-color css

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

 a { background-color: rgb(220,192,59); }

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

border-color css

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

 span { border-color: rgb(220,192,59); }

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