Html Css Color HEX #DFBF4A Confetti

📋 copy color: '#DFBF4A'

red 223 ◦ green 191 ◦ blue 74

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

Shades of Confetti #DFBF4A

Tints of Confetti #DFBF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 39.14%

 BLUE value IS 74 (29.3% from 255) = 15.16%

R = 45.7%
G = 39.14%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFBF4A (or 0xDFBF4A) is known color: Confetti. HEX triplet: DF, BF and 4A. RGB value is (223,191,74). Sum of RGB (Red+Green+Blue) = 223+191+74=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBF4A is #2040B5. Grayscale: #BBBBBB. Windows color (decimal): -2113718 or 4898783. OLE color: 4898783.

HSL color Cylindrical-coordinate representation of color #DFBF4A: hue angle of 47.11º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFBF4A is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 191 74 -
CMYK 0 0.14 0.67 0.13
HSL 47.11º 0.7% 0.58% -
HSV(B) 47.11º 0.67% 0.87% -
XYZ 50.3 53.44 14.14 -
YUV 187.23 64.1 153.51 -
System Red Green Blue C M Y K H S L
Decimal 223 191 74 0 0.14 0.67 0.13 47.11 0.7 0.58
Hex DF BF 4A 0 E 43 D 2F 46 3A
Octal 337 277 112 0 16 103 15 57 106 72
Binary 11011111 10111111 1001010 0 1110 1000011 1101 101111 1000110 111010

Color Harmonies of #DFBF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF4A

Black with #DFBF4A

Text Example


Text Example

White with #DFBF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF4A; }

 p { color: rgb(223,191,74); }

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

background-color css

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

 a { background-color: rgb(223,191,74); }

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

border-color css

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

 span { border-color: rgb(223,191,74); }

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