Html Css Color HEX #DFCB4F Confetti

📋 copy color: '#DFCB4F'

red 223 ◦ green 203 ◦ blue 79

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

Shades of Confetti #DFCB4F

Tints of Confetti #DFCB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.64%

R = 44.16%
G = 40.2%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFCB4F (or 0xDFCB4F) is known color: Confetti. HEX triplet: DF, CB and 4F. RGB value is (223,203,79). Sum of RGB (Red+Green+Blue) = 223+203+79=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB4F is #2034B0. Grayscale: #C3C3C3. Windows color (decimal): -2110641 or 5229535. OLE color: 5229535.

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

Color convert

RGB 223 203 79 -
CMYK 0 0.09 0.65 0.13
HSL 51.67º 0.69% 0.59% -
HSV(B) 51.67º 0.65% 0.87% -
XYZ 53.2 58.96 15.97 -
YUV 194.84 62.63 148.08 -
System Red Green Blue C M Y K H S L
Decimal 223 203 79 0 0.09 0.65 0.13 51.67 0.69 0.59
Hex DF CB 4F 0 9 41 D 34 45 3B
Octal 337 313 117 0 11 101 15 64 105 73
Binary 11011111 11001011 1001111 0 1001 1000001 1101 110100 1000101 111011

Color Harmonies of #DFCB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB4F

Black with #DFCB4F

Text Example


Text Example

White with #DFCB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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