Html Css Color HEX #DCC04B Confetti

📋 copy color: '#DCC04B'

red 220 ◦ green 192 ◦ blue 75

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

Shades of Confetti #DCC04B

Tints of Confetti #DCC04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.43%

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

R = 45.17%
G = 39.43%
B = 15.4%

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

#DCC04B (or 0xDCC04B) is known color: Confetti. HEX triplet: DC, C0 and 4B. RGB value is (220,192,75). Sum of RGB (Red+Green+Blue) = 220+192+75=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 75 (29.69% from 255 or 15.40% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC04B is #233FB4. Grayscale: #BBBBBB. Windows color (decimal): -2310069 or 4964572. OLE color: 4964572.

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

Color convert

RGB 220 192 75 -
CMYK 0 0.13 0.66 0.14
HSL 48.41º 0.67% 0.58% -
HSV(B) 48.41º 0.66% 0.86% -
XYZ 49.63 53.42 14.35 -
YUV 187.03 64.78 151.51 -
System Red Green Blue C M Y K H S L
Decimal 220 192 75 0 0.13 0.66 0.14 48.41 0.67 0.58
Hex DC C0 4B 0 D 42 E 30 43 3A
Octal 334 300 113 0 15 102 16 60 103 72
Binary 11011100 11000000 1001011 0 1101 1000010 1110 110000 1000011 111010

Color Harmonies of #DCC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC04B

Black with #DCC04B

Text Example


Text Example

White with #DCC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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