Html Css Color HEX #DCC83C Wattle

📋 copy color: '#DCC83C'

red 220 ◦ green 200 ◦ blue 60

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

Shades of Wattle #DCC83C

Tints of Wattle #DCC83C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.5%

R = 45.83%
G = 41.67%
B = 12.5%

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

#DCC83C (or 0xDCC83C) is known color: Wattle. HEX triplet: DC, C8 and 3C. RGB value is (220,200,60). Sum of RGB (Red+Green+Blue) = 220+200+60=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 60 (23.83% from 255 or 12.5% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC83C is #2337C3. Grayscale: #BEBEBE. Windows color (decimal): -2308036 or 3983580. OLE color: 3983580.

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

Color convert

RGB 220 200 60 -
CMYK 0 0.09 0.73 0.14
HSL 52.5º 0.7% 0.55% -
HSV(B) 52.5º 0.73% 0.86% -
XYZ 50.99 56.85 12.56 -
YUV 190.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 220 200 60 0 0.09 0.73 0.14 52.5 0.7 0.55
Hex DC C8 3C 0 9 49 E 34 46 37
Octal 334 310 74 0 11 111 16 64 106 67
Binary 11011100 11001000 111100 0 1001 1001001 1110 110100 1000110 110111

Color Harmonies of #DCC83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC83C

Black with #DCC83C

Text Example


Text Example

White with #DCC83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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