Html Css Color HEX #DCC83B Wattle

📋 copy color: '#DCC83B'

red 220 ◦ green 200 ◦ blue 59

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

Shades of Wattle #DCC83B

Tints of Wattle #DCC83B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.75%

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

R = 45.93%
G = 41.75%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCC83B (or 0xDCC83B) is known color: Wattle. HEX triplet: DC, C8 and 3B. RGB value is (220,200,59). Sum of RGB (Red+Green+Blue) = 220+200+59=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 59 (23.44% from 255 or 12.32% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC83B is #2337C4. Grayscale: #BEBEBE. Windows color (decimal): -2308037 or 3918044. OLE color: 3918044.

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

Color convert

RGB 220 200 59 -
CMYK 0 0.09 0.73 0.14
HSL 52.55º 0.7% 0.55% -
HSV(B) 52.55º 0.73% 0.86% -
XYZ 50.96 56.84 12.42 -
YUV 189.91 54.13 149.46 -
System Red Green Blue C M Y K H S L
Decimal 220 200 59 0 0.09 0.73 0.14 52.55 0.7 0.55
Hex DC C8 3B 0 9 49 E 35 46 37
Octal 334 310 73 0 11 111 16 65 106 67
Binary 11011100 11001000 111011 0 1001 1001001 1110 110101 1000110 110111

Color Harmonies of #DCC83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC83B

Black with #DCC83B

Text Example


Text Example

White with #DCC83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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