Html Css Color HEX #DFCA4B Confetti

📋 copy color: '#DFCA4B'

red 223 ◦ green 202 ◦ blue 75

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

Shades of Confetti #DFCA4B

Tints of Confetti #DFCA4B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.4%

 BLUE value IS 75 (29.69% from 255) = 15%

R = 44.6%
G = 40.4%
B = 15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFCA4B (or 0xDFCA4B) is known color: Confetti. HEX triplet: DF, CA and 4B. RGB value is (223,202,75). Sum of RGB (Red+Green+Blue) = 223+202+75=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCA4B is #2035B4. Grayscale: #C2C2C2. Windows color (decimal): -2110901 or 4967135. OLE color: 4967135.

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

Color convert

RGB 223 202 75 -
CMYK 0 0.09 0.66 0.13
HSL 51.49º 0.7% 0.58% -
HSV(B) 51.49º 0.66% 0.87% -
XYZ 52.82 58.44 15.15 -
YUV 193.8 60.96 148.83 -
System Red Green Blue C M Y K H S L
Decimal 223 202 75 0 0.09 0.66 0.13 51.49 0.7 0.58
Hex DF CA 4B 0 9 42 D 33 46 3A
Octal 337 312 113 0 11 102 15 63 106 72
Binary 11011111 11001010 1001011 0 1001 1000010 1101 110011 1000110 111010

Color Harmonies of #DFCA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCA4B

Black with #DFCA4B

Text Example


Text Example

White with #DFCA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCA4B; }

 p { color: rgb(223,202,75); }

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

background-color css

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

 a { background-color: rgb(223,202,75); }

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

border-color css

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

 span { border-color: rgb(223,202,75); }

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