Html Css Color HEX #DCCA34 Wattle

📋 copy color: '#DCCA34'

red 220 ◦ green 202 ◦ blue 52

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

Shades of Wattle #DCCA34

Tints of Wattle #DCCA34

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.62%

 BLUE value IS 52 (20.7% from 255) = 10.97%

R = 46.41%
G = 42.62%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCCA34 (or 0xDCCA34) is known color: Wattle. HEX triplet: DC, CA and 34. RGB value is (220,202,52). Sum of RGB (Red+Green+Blue) = 220+202+52=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA34 is #2335CB. Grayscale: #BEBEBE. Windows color (decimal): -2307532 or 3459804. OLE color: 3459804.

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

Color convert

RGB 220 202 52 -
CMYK 0 0.08 0.76 0.14
HSL 53.57º 0.71% 0.53% -
HSV(B) 53.57º 0.76% 0.86% -
XYZ 51.26 57.7 11.69 -
YUV 190.28 49.96 149.2 -
System Red Green Blue C M Y K H S L
Decimal 220 202 52 0 0.08 0.76 0.14 53.57 0.71 0.53
Hex DC CA 34 0 8 4C E 36 47 35
Octal 334 312 64 0 10 114 16 66 107 65
Binary 11011100 11001010 110100 0 1000 1001100 1110 110110 1000111 110101

Color Harmonies of #DCCA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA34

Black with #DCCA34

Text Example


Text Example

White with #DCCA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA34; }

 p { color: rgb(220,202,52); }

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

background-color css

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

 a { background-color: rgb(220,202,52); }

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

border-color css

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

 span { border-color: rgb(220,202,52); }

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