Html Css Color HEX #DFCF2D Broom

📋 copy color: '#DFCF2D'

red 223 ◦ green 207 ◦ blue 45

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

Shades of Broom #DFCF2D

Tints of Broom #DFCF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.58%

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

R = 46.95%
G = 43.58%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DFCF2D (or 0xDFCF2D) is known color: Broom. HEX triplet: DF, CF and 2D. RGB value is (223,207,45). Sum of RGB (Red+Green+Blue) = 223+207+45=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 45 (17.97% from 255 or 9.47% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCF2D is #2030D2. Grayscale: #C1C1C1. Windows color (decimal): -2109651 or 3002335. OLE color: 3002335.

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

Color convert

RGB 223 207 45 -
CMYK 0 0.07 0.80 0.13
HSL 54.61º 0.74% 0.53% -
HSV(B) 54.61º 0.8% 0.87% -
XYZ 53.22 60.5 11.36 -
YUV 193.32 44.3 149.17 -
System Red Green Blue C M Y K H S L
Decimal 223 207 45 0 0.07 0.80 0.13 54.61 0.74 0.53
Hex DF CF 2D 0 7 50 D 37 4A 35
Octal 337 317 55 0 7 120 15 67 112 65
Binary 11011111 11001111 101101 0 111 1010000 1101 110111 1001010 110101

Color Harmonies of #DFCF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF2D

Black with #DFCF2D

Text Example


Text Example

White with #DFCF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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