Html Css Color HEX #DCC83E Wattle

📋 copy color: '#DCC83E'

red 220 ◦ green 200 ◦ blue 62

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

Shades of Wattle #DCC83E

Tints of Wattle #DCC83E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.86%

R = 45.64%
G = 41.49%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCC83E (or 0xDCC83E) is known color: Wattle. HEX triplet: DC, C8 and 3E. RGB value is (220,200,62). Sum of RGB (Red+Green+Blue) = 220+200+62=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC83E is #2337C1. Grayscale: #BEBEBE. Windows color (decimal): -2308034 or 4114652. OLE color: 4114652.

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

Color convert

RGB 220 200 62 -
CMYK 0 0.09 0.72 0.14
HSL 52.41º 0.69% 0.55% -
HSV(B) 52.41º 0.72% 0.86% -
XYZ 51.04 56.87 12.84 -
YUV 190.25 55.63 149.22 -
System Red Green Blue C M Y K H S L
Decimal 220 200 62 0 0.09 0.72 0.14 52.41 0.69 0.55
Hex DC C8 3E 0 9 48 E 34 45 37
Octal 334 310 76 0 11 110 16 64 105 67
Binary 11011100 11001000 111110 0 1001 1001000 1110 110100 1000101 110111

Color Harmonies of #DCC83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC83E

Black with #DCC83E

Text Example


Text Example

White with #DCC83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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