Html Css Color HEX #DFCB52 Confetti

📋 copy color: '#DFCB52'

red 223 ◦ green 203 ◦ blue 82

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

Shades of Confetti #DFCB52

Tints of Confetti #DFCB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.14%

R = 43.9%
G = 39.96%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFCB52 (or 0xDFCB52) is known color: Confetti. HEX triplet: DF, CB and 52. RGB value is (223,203,82). Sum of RGB (Red+Green+Blue) = 223+203+82=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB52 is #2034AD. Grayscale: #C3C3C3. Windows color (decimal): -2110638 or 5426143. OLE color: 5426143.

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

Color convert

RGB 223 203 82 -
CMYK 0 0.09 0.63 0.13
HSL 51.49º 0.69% 0.6% -
HSV(B) 51.49º 0.63% 0.87% -
XYZ 53.31 59.01 16.56 -
YUV 195.19 64.13 147.84 -
System Red Green Blue C M Y K H S L
Decimal 223 203 82 0 0.09 0.63 0.13 51.49 0.69 0.6
Hex DF CB 52 0 9 3F D 33 45 3C
Octal 337 313 122 0 11 77 15 63 105 74
Binary 11011111 11001011 1010010 0 1001 111111 1101 110011 1000101 111100

Color Harmonies of #DFCB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB52

Black with #DFCB52

Text Example


Text Example

White with #DFCB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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