Html Css Color HEX #DCCB4B Confetti

📋 copy color: '#DCCB4B'

red 220 ◦ green 203 ◦ blue 75

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

Shades of Confetti #DCCB4B

Tints of Confetti #DCCB4B

RGB

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

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

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

R = 44.18%
G = 40.76%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCCB4B (or 0xDCCB4B) is known color: Confetti. HEX triplet: DC, CB and 4B. RGB value is (220,203,75). Sum of RGB (Red+Green+Blue) = 220+203+75=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB4B is #2334B4. Grayscale: #C2C2C2. Windows color (decimal): -2307253 or 4967388. OLE color: 4967388.

HSL color Cylindrical-coordinate representation of color #DCCB4B: hue angle of 52.97º degrees, saturation: 0.67, 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 #DCCB4B is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 75 -
CMYK 0 0.08 0.66 0.14
HSL 52.97º 0.67% 0.58% -
HSV(B) 52.97º 0.66% 0.86% -
XYZ 52.14 58.44 15.19 -
YUV 193.49 61.13 146.91 -
System Red Green Blue C M Y K H S L
Decimal 220 203 75 0 0.08 0.66 0.14 52.97 0.67 0.58
Hex DC CB 4B 0 8 42 E 35 43 3A
Octal 334 313 113 0 10 102 16 65 103 72
Binary 11011100 11001011 1001011 0 1000 1000010 1110 110101 1000011 111010

Color Harmonies of #DCCB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB4B

Black with #DCCB4B

Text Example


Text Example

White with #DCCB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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