Html Css Color HEX #DFCA2A Broom

📋 copy color: '#DFCA2A'

red 223 ◦ green 202 ◦ blue 42

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

Shades of Broom #DFCA2A

Tints of Broom #DFCA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.99%

R = 47.75%
G = 43.25%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFCA2A (or 0xDFCA2A) is known color: Broom. HEX triplet: DF, CA and 2A. RGB value is (223,202,42). Sum of RGB (Red+Green+Blue) = 223+202+42=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCA2A is #2035D5. Grayscale: #BEBEBE. Windows color (decimal): -2110934 or 2804447. OLE color: 2804447.

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

Color convert

RGB 223 202 42 -
CMYK 0 0.09 0.81 0.13
HSL 53.04º 0.74% 0.52% -
HSV(B) 53.04º 0.81% 0.87% -
XYZ 51.97 58.1 10.67 -
YUV 190.04 44.46 151.51 -
System Red Green Blue C M Y K H S L
Decimal 223 202 42 0 0.09 0.81 0.13 53.04 0.74 0.52
Hex DF CA 2A 0 9 51 D 35 4A 34
Octal 337 312 52 0 11 121 15 65 112 64
Binary 11011111 11001010 101010 0 1001 1010001 1101 110101 1001010 110100

Color Harmonies of #DFCA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCA2A

Black with #DFCA2A

Text Example


Text Example

White with #DFCA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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