Html Css Color HEX #DFCA34 Wattle

📋 copy color: '#DFCA34'

red 223 ◦ green 202 ◦ blue 52

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

Shades of Wattle #DFCA34

Tints of Wattle #DFCA34

RGB

 RED value IS 223 (87.5% from 255) = 46.75%

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

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

R = 46.75%
G = 42.35%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DFCA34 (or 0xDFCA34) is known color: Wattle. HEX triplet: DF, CA and 34. RGB value is (223,202,52). Sum of RGB (Red+Green+Blue) = 223+202+52=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 52 (20.70% from 255 or 10.90% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCA34 is #2035CB. Grayscale: #BFBFBF. Windows color (decimal): -2110924 or 3459807. OLE color: 3459807.

HSL color Cylindrical-coordinate representation of color #DFCA34: hue angle of 52.63º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFCA34 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 202 52 -
CMYK 0 0.09 0.77 0.13
HSL 52.63º 0.73% 0.54% -
HSV(B) 52.63º 0.77% 0.87% -
XYZ 52.17 58.18 11.73 -
YUV 191.18 49.46 150.7 -
System Red Green Blue C M Y K H S L
Decimal 223 202 52 0 0.09 0.77 0.13 52.63 0.73 0.54
Hex DF CA 34 0 9 4D D 35 49 36
Octal 337 312 64 0 11 115 15 65 111 66
Binary 11011111 11001010 110100 0 1001 1001101 1101 110101 1001001 110110

Color Harmonies of #DFCA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCA34

Black with #DFCA34

Text Example


Text Example

White with #DFCA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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