Html Css Color HEX #DCBF4A Confetti

📋 copy color: '#DCBF4A'

red 220 ◦ green 191 ◦ blue 74

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

Shades of Confetti #DCBF4A

Tints of Confetti #DCBF4A

RGB

 RED value IS 220 (86.33% from 255) = 45.36%

 GREEN value IS 191 (75% from 255) = 39.38%

 BLUE value IS 74 (29.3% from 255) = 15.26%

R = 45.36%
G = 39.38%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCBF4A (or 0xDCBF4A) is known color: Confetti. HEX triplet: DC, BF and 4A. RGB value is (220,191,74). Sum of RGB (Red+Green+Blue) = 220+191+74=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF4A is #2340B5. Grayscale: #BABABA. Windows color (decimal): -2310326 or 4898780. OLE color: 4898780.

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

Color convert

RGB 220 191 74 -
CMYK 0 0.13 0.66 0.14
HSL 48.08º 0.68% 0.58% -
HSV(B) 48.08º 0.66% 0.86% -
XYZ 49.38 52.97 14.1 -
YUV 186.33 64.61 152.01 -
System Red Green Blue C M Y K H S L
Decimal 220 191 74 0 0.13 0.66 0.14 48.08 0.68 0.58
Hex DC BF 4A 0 D 42 E 30 44 3A
Octal 334 277 112 0 15 102 16 60 104 72
Binary 11011100 10111111 1001010 0 1101 1000010 1110 110000 1000100 111010

Color Harmonies of #DCBF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF4A

Black with #DCBF4A

Text Example


Text Example

White with #DCBF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF4A; }

 p { color: rgb(220,191,74); }

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

background-color css

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

 a { background-color: rgb(220,191,74); }

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

border-color css

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

 span { border-color: rgb(220,191,74); }

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