Html Css Color HEX #DFCB2A Broom

📋 copy color: '#DFCB2A'

red 223 ◦ green 203 ◦ blue 42

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

Shades of Broom #DFCB2A

Tints of Broom #DFCB2A

RGB

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

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

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

R = 47.65%
G = 43.38%
B = 8.97%

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

#DFCB2A (or 0xDFCB2A) is known color: Broom. HEX triplet: DF, CB and 2A. RGB value is (223,203,42). Sum of RGB (Red+Green+Blue) = 223+203+42=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCB2A is #2034D5. Grayscale: #BFBFBF. Windows color (decimal): -2110678 or 2804703. OLE color: 2804703.

HSL color Cylindrical-coordinate representation of color #DFCB2A: hue angle of 53.37º 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 #DFCB2A is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 203 42 -
CMYK 0 0.09 0.81 0.13
HSL 53.37º 0.74% 0.52% -
HSV(B) 53.37º 0.81% 0.87% -
XYZ 52.21 58.57 10.74 -
YUV 190.63 44.13 151.09 -
System Red Green Blue C M Y K H S L
Decimal 223 203 42 0 0.09 0.81 0.13 53.37 0.74 0.52
Hex DF CB 2A 0 9 51 D 35 4A 34
Octal 337 313 52 0 11 121 15 65 112 64
Binary 11011111 11001011 101010 0 1001 1010001 1101 110101 1001010 110100

Color Harmonies of #DFCB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB2A

Black with #DFCB2A

Text Example


Text Example

White with #DFCB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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