Html Css Color HEX #D8CD52 Confetti

📋 copy color: '#D8CD52'

red 216 ◦ green 205 ◦ blue 82

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

Shades of Confetti #D8CD52

Tints of Confetti #D8CD52

RGB

 RED value IS 216 (84.77% from 255) = 42.94%

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

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

R = 42.94%
G = 40.76%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D8CD52 (or 0xD8CD52) is known color: Confetti. HEX triplet: D8, CD and 52. RGB value is (216,205,82). Sum of RGB (Red+Green+Blue) = 216+205+82=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD52 is #2732AD. Grayscale: #C2C2C2. Windows color (decimal): -2568878 or 5426648. OLE color: 5426648.

HSL color Cylindrical-coordinate representation of color #D8CD52: hue angle of 55.07º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8CD52 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 205 82 -
CMYK 0 0.05 0.62 0.15
HSL 55.07º 0.63% 0.58% -
HSV(B) 55.07º 0.62% 0.85% -
XYZ 51.67 58.87 16.62 -
YUV 194.27 64.64 143.5 -
System Red Green Blue C M Y K H S L
Decimal 216 205 82 0 0.05 0.62 0.15 55.07 0.63 0.58
Hex D8 CD 52 0 5 3E F 37 3F 3A
Octal 330 315 122 0 5 76 17 67 77 72
Binary 11011000 11001101 1010010 0 101 111110 1111 110111 111111 111010

Color Harmonies of #D8CD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CD52

Black with #D8CD52

Text Example


Text Example

White with #D8CD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CD52; }

 p { color: rgb(216,205,82); }

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

background-color css

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

 a { background-color: rgb(216,205,82); }

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

border-color css

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

 span { border-color: rgb(216,205,82); }

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