Html Css Color HEX #DCC038 Wattle

📋 copy color: '#DCC038'

red 220 ◦ green 192 ◦ blue 56

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

Shades of Wattle #DCC038

Tints of Wattle #DCC038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.97%

R = 47.01%
G = 41.03%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCC038 (or 0xDCC038) is known color: Wattle. HEX triplet: DC, C0 and 38. RGB value is (220,192,56). Sum of RGB (Red+Green+Blue) = 220+192+56=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 56 (22.27% from 255 or 11.97% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC038 is #233FC7. Grayscale: #B9B9B9. Windows color (decimal): -2310088 or 3719388. OLE color: 3719388.

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

Color convert

RGB 220 192 56 -
CMYK 0 0.13 0.75 0.14
HSL 49.76º 0.7% 0.54% -
HSV(B) 49.76º 0.75% 0.86% -
XYZ 49.08 53.2 11.42 -
YUV 184.87 55.28 153.06 -
System Red Green Blue C M Y K H S L
Decimal 220 192 56 0 0.13 0.75 0.14 49.76 0.7 0.54
Hex DC C0 38 0 D 4B E 32 46 36
Octal 334 300 70 0 15 113 16 62 106 66
Binary 11011100 11000000 111000 0 1101 1001011 1110 110010 1000110 110110

Color Harmonies of #DCC038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC038

Black with #DCC038

Text Example


Text Example

White with #DCC038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC038; }

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

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

background-color css

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

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

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

border-color css

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

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

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