Html Css Color HEX #D8D245 Confetti

📋 copy color: '#D8D245'

red 216 ◦ green 210 ◦ blue 69

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

Shades of Confetti #D8D245

Tints of Confetti #D8D245

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.42%

 BLUE value IS 69 (27.34% from 255) = 13.94%

R = 43.64%
G = 42.42%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D8D245 (or 0xD8D245) is known color: Confetti. HEX triplet: D8, D2 and 45. RGB value is (216,210,69). Sum of RGB (Red+Green+Blue) = 216+210+69=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D245 is #272DBA. Grayscale: #C4C4C4. Windows color (decimal): -2567611 or 4575960. OLE color: 4575960.

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

Color convert

RGB 216 210 69 -
CMYK 0 0.03 0.68 0.15
HSL 57.55º 0.65% 0.56% -
HSV(B) 57.55º 0.68% 0.85% -
XYZ 52.44 61.12 14.66 -
YUV 195.72 56.49 142.46 -
System Red Green Blue C M Y K H S L
Decimal 216 210 69 0 0.03 0.68 0.15 57.55 0.65 0.56
Hex D8 D2 45 0 3 44 F 3A 41 38
Octal 330 322 105 0 3 104 17 72 101 70
Binary 11011000 11010010 1000101 0 11 1000100 1111 111010 1000001 111000

Color Harmonies of #D8D245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D245

Black with #D8D245

Text Example


Text Example

White with #D8D245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D245; }

 p { color: rgb(216,210,69); }

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

background-color css

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

 a { background-color: rgb(216,210,69); }

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

border-color css

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

 span { border-color: rgb(216,210,69); }

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