Html Css Color HEX #DFCB46 Confetti

📋 copy color: '#DFCB46'

red 223 ◦ green 203 ◦ blue 70

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

Shades of Confetti #DFCB46

Tints of Confetti #DFCB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.11%

R = 44.96%
G = 40.93%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DFCB46 (or 0xDFCB46) is known color: Confetti. HEX triplet: DF, CB and 46. RGB value is (223,203,70). Sum of RGB (Red+Green+Blue) = 223+203+70=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCB46 is #2034B9. Grayscale: #C2C2C2. Windows color (decimal): -2110650 or 4639711. OLE color: 4639711.

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

Color convert

RGB 223 203 70 -
CMYK 0 0.09 0.69 0.13
HSL 52.16º 0.71% 0.57% -
HSV(B) 52.16º 0.69% 0.87% -
XYZ 52.89 58.84 14.36 -
YUV 193.82 58.13 148.81 -
System Red Green Blue C M Y K H S L
Decimal 223 203 70 0 0.09 0.69 0.13 52.16 0.71 0.57
Hex DF CB 46 0 9 45 D 34 47 39
Octal 337 313 106 0 11 105 15 64 107 71
Binary 11011111 11001011 1000110 0 1001 1000101 1101 110100 1000111 111001

Color Harmonies of #DFCB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB46

Black with #DFCB46

Text Example


Text Example

White with #DFCB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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