Html Css Color HEX #D8CA46 Confetti

📋 copy color: '#D8CA46'

red 216 ◦ green 202 ◦ blue 70

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

Shades of Confetti #D8CA46

Tints of Confetti #D8CA46

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.39%

 BLUE value IS 70 (27.73% from 255) = 14.34%

R = 44.26%
G = 41.39%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D8CA46 (or 0xD8CA46) is known color: Confetti. HEX triplet: D8, CA and 46. RGB value is (216,202,70). Sum of RGB (Red+Green+Blue) = 216+202+70=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CA46 is #2735B9. Grayscale: #BFBFBF. Windows color (decimal): -2569658 or 4639448. OLE color: 4639448.

HSL color Cylindrical-coordinate representation of color #D8CA46: hue angle of 54.25º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8CA46 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 202 70 -
CMYK 0 0.06 0.68 0.15
HSL 54.25º 0.65% 0.56% -
HSV(B) 54.25º 0.68% 0.85% -
XYZ 50.54 57.28 14.19 -
YUV 191.14 59.64 145.73 -
System Red Green Blue C M Y K H S L
Decimal 216 202 70 0 0.06 0.68 0.15 54.25 0.65 0.56
Hex D8 CA 46 0 6 44 F 36 41 38
Octal 330 312 106 0 6 104 17 66 101 70
Binary 11011000 11001010 1000110 0 110 1000100 1111 110110 1000001 111000

Color Harmonies of #D8CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CA46

Black with #D8CA46

Text Example


Text Example

White with #D8CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CA46; }

 p { color: rgb(216,202,70); }

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

background-color css

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

 a { background-color: rgb(216,202,70); }

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

border-color css

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

 span { border-color: rgb(216,202,70); }

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