Html Css Color HEX #DCCB33 Wattle

📋 copy color: '#DCCB33'

red 220 ◦ green 203 ◦ blue 51

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

Shades of Wattle #DCCB33

Tints of Wattle #DCCB33

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.83%

 BLUE value IS 51 (20.31% from 255) = 10.76%

R = 46.41%
G = 42.83%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCCB33 (or 0xDCCB33) is known color: Wattle. HEX triplet: DC, CB and 33. RGB value is (220,203,51). Sum of RGB (Red+Green+Blue) = 220+203+51=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 51 (20.31% from 255 or 10.76% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB33 is #2334CC. Grayscale: #BFBFBF. Windows color (decimal): -2307277 or 3394524. OLE color: 3394524.

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

Color convert

RGB 220 203 51 -
CMYK 0 0.08 0.77 0.14
HSL 53.96º 0.71% 0.53% -
HSV(B) 53.96º 0.77% 0.86% -
XYZ 51.47 58.17 11.65 -
YUV 190.76 49.13 148.86 -
System Red Green Blue C M Y K H S L
Decimal 220 203 51 0 0.08 0.77 0.14 53.96 0.71 0.53
Hex DC CB 33 0 8 4D E 36 47 35
Octal 334 313 63 0 10 115 16 66 107 65
Binary 11011100 11001011 110011 0 1000 1001101 1110 110110 1000111 110101

Color Harmonies of #DCCB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB33

Black with #DCCB33

Text Example


Text Example

White with #DCCB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB33; }

 p { color: rgb(220,203,51); }

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

background-color css

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

 a { background-color: rgb(220,203,51); }

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

border-color css

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

 span { border-color: rgb(220,203,51); }

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