Html Css Color HEX #DCCD43 Confetti

📋 copy color: '#DCCD43'

red 220 ◦ green 205 ◦ blue 67

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

Shades of Confetti #DCCD43

Tints of Confetti #DCCD43

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.67%

 BLUE value IS 67 (26.56% from 255) = 13.62%

R = 44.72%
G = 41.67%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCCD43 (or 0xDCCD43) is known color: Confetti. HEX triplet: DC, CD and 43. RGB value is (220,205,67). Sum of RGB (Red+Green+Blue) = 220+205+67=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 67 (26.56% from 255 or 13.62% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD43 is #2332BC. Grayscale: #C2C2C2. Windows color (decimal): -2306749 or 4443612. OLE color: 4443612.

HSL color Cylindrical-coordinate representation of color #DCCD43: hue angle of 54.12º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCCD43 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 205 67 -
CMYK 0 0.07 0.70 0.14
HSL 54.12º 0.69% 0.56% -
HSV(B) 54.12º 0.7% 0.86% -
XYZ 52.36 59.28 13.99 -
YUV 193.75 56.47 146.72 -
System Red Green Blue C M Y K H S L
Decimal 220 205 67 0 0.07 0.70 0.14 54.12 0.69 0.56
Hex DC CD 43 0 7 46 E 36 45 38
Octal 334 315 103 0 7 106 16 66 105 70
Binary 11011100 11001101 1000011 0 111 1000110 1110 110110 1000101 111000

Color Harmonies of #DCCD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD43

Black with #DCCD43

Text Example


Text Example

White with #DCCD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD43; }

 p { color: rgb(220,205,67); }

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

background-color css

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

 a { background-color: rgb(220,205,67); }

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

border-color css

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

 span { border-color: rgb(220,205,67); }

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