Html Css Color HEX #DCC632 Wattle

📋 copy color: '#DCC632'

red 220 ◦ green 198 ◦ blue 50

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

Shades of Wattle #DCC632

Tints of Wattle #DCC632

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.31%

 BLUE value IS 50 (19.92% from 255) = 10.68%

R = 47.01%
G = 42.31%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCC632 (or 0xDCC632) is known color: Wattle. HEX triplet: DC, C6 and 32. RGB value is (220,198,50). Sum of RGB (Red+Green+Blue) = 220+198+50=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC632 is #2339CD. Grayscale: #BCBCBC. Windows color (decimal): -2308558 or 3327708. OLE color: 3327708.

HSL color Cylindrical-coordinate representation of color #DCC632: hue angle of 52.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCC632 is Cyan = 0, Magento = 0.1, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 50 -
CMYK 0 0.1 0.77 0.14
HSL 52.24º 0.71% 0.53% -
HSV(B) 52.24º 0.77% 0.86% -
XYZ 50.29 55.83 11.14 -
YUV 187.71 50.29 151.03 -
System Red Green Blue C M Y K H S L
Decimal 220 198 50 0 0.1 0.77 0.14 52.24 0.71 0.53
Hex DC C6 32 0 A 4D E 34 47 35
Octal 334 306 62 0 12 115 16 64 107 65
Binary 11011100 11000110 110010 0 1010 1001101 1110 110100 1000111 110101

Color Harmonies of #DCC632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC632

Black with #DCC632

Text Example


Text Example

White with #DCC632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC632; }

 p { color: rgb(220,198,50); }

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

background-color css

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

 a { background-color: rgb(220,198,50); }

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

border-color css

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

 span { border-color: rgb(220,198,50); }

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