Html Css Color HEX #D8CF46 Confetti

📋 copy color: '#D8CF46'

red 216 ◦ green 207 ◦ blue 70

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

Shades of Confetti #D8CF46

Tints of Confetti #D8CF46

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.99%

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

R = 43.81%
G = 41.99%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D8CF46 (or 0xD8CF46) is known color: Confetti. HEX triplet: D8, CF and 46. RGB value is (216,207,70). Sum of RGB (Red+Green+Blue) = 216+207+70=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 70 (27.73% from 255 or 14.20% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CF46 is #2730B9. Grayscale: #C2C2C2. Windows color (decimal): -2568378 or 4640728. OLE color: 4640728.

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

Color convert

RGB 216 207 70 -
CMYK 0 0.04 0.68 0.15
HSL 56.3º 0.65% 0.56% -
HSV(B) 56.3º 0.68% 0.85% -
XYZ 51.74 59.67 14.58 -
YUV 194.07 57.98 143.64 -
System Red Green Blue C M Y K H S L
Decimal 216 207 70 0 0.04 0.68 0.15 56.3 0.65 0.56
Hex D8 CF 46 0 4 44 F 38 41 38
Octal 330 317 106 0 4 104 17 70 101 70
Binary 11011000 11001111 1000110 0 100 1000100 1111 111000 1000001 111000

Color Harmonies of #D8CF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CF46

Black with #D8CF46

Text Example


Text Example

White with #D8CF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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