Html Css Color HEX #DFCA2D Broom

📋 copy color: '#DFCA2D'

red 223 ◦ green 202 ◦ blue 45

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

Shades of Broom #DFCA2D

Tints of Broom #DFCA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.57%

R = 47.45%
G = 42.98%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DFCA2D (or 0xDFCA2D) is known color: Broom. HEX triplet: DF, CA and 2D. RGB value is (223,202,45). Sum of RGB (Red+Green+Blue) = 223+202+45=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCA2D is #2035D2. Grayscale: #BFBFBF. Windows color (decimal): -2110931 or 3001055. OLE color: 3001055.

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

Color convert

RGB 223 202 45 -
CMYK 0 0.09 0.80 0.13
HSL 52.92º 0.74% 0.53% -
HSV(B) 52.92º 0.8% 0.87% -
XYZ 52.03 58.12 10.96 -
YUV 190.38 45.96 151.27 -
System Red Green Blue C M Y K H S L
Decimal 223 202 45 0 0.09 0.80 0.13 52.92 0.74 0.53
Hex DF CA 2D 0 9 50 D 35 4A 35
Octal 337 312 55 0 11 120 15 65 112 65
Binary 11011111 11001010 101101 0 1001 1010000 1101 110101 1001010 110101

Color Harmonies of #DFCA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCA2D

Black with #DFCA2D

Text Example


Text Example

White with #DFCA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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