Html Css Color HEX #D6CE53 Confetti

📋 copy color: '#D6CE53'

red 214 ◦ green 206 ◦ blue 83

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

Shades of Confetti #D6CE53

Tints of Confetti #D6CE53

RGB

 RED value IS 214 (83.98% from 255) = 42.54%

 GREEN value IS 206 (80.86% from 255) = 40.95%

 BLUE value IS 83 (32.81% from 255) = 16.5%

R = 42.54%
G = 40.95%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6CE53 (or 0xD6CE53) is known color: Confetti. HEX triplet: D6, CE and 53. RGB value is (214,206,83). Sum of RGB (Red+Green+Blue) = 214+206+83=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE53 is #2931AC. Grayscale: #C2C2C2. Windows color (decimal): -2699693 or 5492438. OLE color: 5492438.

HSL color Cylindrical-coordinate representation of color #D6CE53: hue angle of 56.34º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6CE53 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 206 83 -
CMYK 0 0.04 0.61 0.16
HSL 56.34º 0.62% 0.58% -
HSV(B) 56.34º 0.61% 0.84% -
XYZ 51.36 59.06 16.88 -
YUV 194.37 65.15 142 -
System Red Green Blue C M Y K H S L
Decimal 214 206 83 0 0.04 0.61 0.16 56.34 0.62 0.58
Hex D6 CE 53 0 4 3D 10 38 3E 3A
Octal 326 316 123 0 4 75 20 70 76 72
Binary 11010110 11001110 1010011 0 100 111101 10000 111000 111110 111010

Color Harmonies of #D6CE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE53

Black with #D6CE53

Text Example


Text Example

White with #D6CE53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE53; }

 p { color: rgb(214,206,83); }

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

background-color css

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

 a { background-color: rgb(214,206,83); }

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

border-color css

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

 span { border-color: rgb(214,206,83); }

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