Html Css Color HEX #D8CB52 Confetti

📋 copy color: '#D8CB52'

red 216 ◦ green 203 ◦ blue 82

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

Shades of Confetti #D8CB52

Tints of Confetti #D8CB52

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.52%

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

R = 43.11%
G = 40.52%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D8CB52 (or 0xD8CB52) is known color: Confetti. HEX triplet: D8, CB and 52. RGB value is (216,203,82). Sum of RGB (Red+Green+Blue) = 216+203+82=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CB52 is #2734AD. Grayscale: #C1C1C1. Windows color (decimal): -2569390 or 5426136. OLE color: 5426136.

HSL color Cylindrical-coordinate representation of color #D8CB52: hue angle of 54.18º 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 #D8CB52 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 203 82 -
CMYK 0 0.06 0.62 0.15
HSL 54.18º 0.63% 0.58% -
HSV(B) 54.18º 0.62% 0.85% -
XYZ 51.2 57.92 16.46 -
YUV 193.09 65.31 144.34 -
System Red Green Blue C M Y K H S L
Decimal 216 203 82 0 0.06 0.62 0.15 54.18 0.63 0.58
Hex D8 CB 52 0 6 3E F 36 3F 3A
Octal 330 313 122 0 6 76 17 66 77 72
Binary 11011000 11001011 1010010 0 110 111110 1111 110110 111111 111010

Color Harmonies of #D8CB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CB52

Black with #D8CB52

Text Example


Text Example

White with #D8CB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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