Html Css Color HEX #DCCB54 Confetti

📋 copy color: '#DCCB54'

red 220 ◦ green 203 ◦ blue 84

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

Shades of Confetti #DCCB54

Tints of Confetti #DCCB54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.57%

R = 43.39%
G = 40.04%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCCB54 (or 0xDCCB54) is known color: Confetti. HEX triplet: DC, CB and 54. RGB value is (220,203,84). Sum of RGB (Red+Green+Blue) = 220+203+84=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB54 is #2334AB. Grayscale: #C3C3C3. Windows color (decimal): -2307244 or 5557212. OLE color: 5557212.

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

Color convert

RGB 220 203 84 -
CMYK 0 0.08 0.62 0.14
HSL 52.5º 0.66% 0.6% -
HSV(B) 52.5º 0.62% 0.86% -
XYZ 52.47 58.57 16.93 -
YUV 194.52 65.63 146.18 -
System Red Green Blue C M Y K H S L
Decimal 220 203 84 0 0.08 0.62 0.14 52.5 0.66 0.6
Hex DC CB 54 0 8 3E E 34 42 3C
Octal 334 313 124 0 10 76 16 64 102 74
Binary 11011100 11001011 1010100 0 1000 111110 1110 110100 1000010 111100

Color Harmonies of #DCCB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB54

Black with #DCCB54

Text Example


Text Example

White with #DCCB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB54; }

 p { color: rgb(220,203,84); }

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

background-color css

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

 a { background-color: rgb(220,203,84); }

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

border-color css

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

 span { border-color: rgb(220,203,84); }

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