Html Css Color HEX #DFCB48 Confetti

📋 copy color: '#DFCB48'

red 223 ◦ green 203 ◦ blue 72

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

Shades of Confetti #DFCB48

Tints of Confetti #DFCB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.46%

R = 44.78%
G = 40.76%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DFCB48 (or 0xDFCB48) is known color: Confetti. HEX triplet: DF, CB and 48. RGB value is (223,203,72). Sum of RGB (Red+Green+Blue) = 223+203+72=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 72 (28.52% from 255 or 14.46% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCB48 is #2034B7. Grayscale: #C2C2C2. Windows color (decimal): -2110648 or 4770783. OLE color: 4770783.

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

Color convert

RGB 223 203 72 -
CMYK 0 0.09 0.68 0.13
HSL 52.05º 0.7% 0.58% -
HSV(B) 52.05º 0.68% 0.87% -
XYZ 52.96 58.87 14.7 -
YUV 194.05 59.13 148.65 -
System Red Green Blue C M Y K H S L
Decimal 223 203 72 0 0.09 0.68 0.13 52.05 0.7 0.58
Hex DF CB 48 0 9 44 D 34 46 3A
Octal 337 313 110 0 11 104 15 64 106 72
Binary 11011111 11001011 1001000 0 1001 1000100 1101 110100 1000110 111010

Color Harmonies of #DFCB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB48

Black with #DFCB48

Text Example


Text Example

White with #DFCB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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