Html Css Color HEX #D7CE52 Confetti

📋 copy color: '#D7CE52'

red 215 ◦ green 206 ◦ blue 82

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

Shades of Confetti #D7CE52

Tints of Confetti #D7CE52

RGB

 RED value IS 215 (84.38% from 255) = 42.74%

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

 BLUE value IS 82 (32.42% from 255) = 16.3%

R = 42.74%
G = 40.95%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D7CE52 (or 0xD7CE52) is known color: Confetti. HEX triplet: D7, CE and 52. RGB value is (215,206,82). Sum of RGB (Red+Green+Blue) = 215+206+82=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE52 is #2831AD. Grayscale: #C3C3C3. Windows color (decimal): -2634158 or 5426903. OLE color: 5426903.

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

Color convert

RGB 215 206 82 -
CMYK 0 0.04 0.62 0.16
HSL 55.94º 0.62% 0.58% -
HSV(B) 55.94º 0.62% 0.84% -
XYZ 51.62 59.2 16.69 -
YUV 194.56 64.48 142.58 -
System Red Green Blue C M Y K H S L
Decimal 215 206 82 0 0.04 0.62 0.16 55.94 0.62 0.58
Hex D7 CE 52 0 4 3E 10 38 3E 3A
Octal 327 316 122 0 4 76 20 70 76 72
Binary 11010111 11001110 1010010 0 100 111110 10000 111000 111110 111010

Color Harmonies of #D7CE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CE52

Black with #D7CE52

Text Example


Text Example

White with #D7CE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CE52; }

 p { color: rgb(215,206,82); }

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

background-color css

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

 a { background-color: rgb(215,206,82); }

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

border-color css

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

 span { border-color: rgb(215,206,82); }

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