Html Css Color HEX #D5C84F Confetti

📋 copy color: '#D5C84F'

red 213 ◦ green 200 ◦ blue 79

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

Shades of Confetti #D5C84F

Tints of Confetti #D5C84F

RGB

 RED value IS 213 (83.59% from 255) = 43.29%

 GREEN value IS 200 (78.52% from 255) = 40.65%

 BLUE value IS 79 (31.25% from 255) = 16.06%

R = 43.29%
G = 40.65%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5C84F (or 0xD5C84F) is known color: Confetti. HEX triplet: D5, C8 and 4F. RGB value is (213,200,79). Sum of RGB (Red+Green+Blue) = 213+200+79=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 79 (31.25% from 255 or 16.06% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C84F is #2A37B0. Grayscale: #BEBEBE. Windows color (decimal): -2766769 or 5228757. OLE color: 5228757.

HSL color Cylindrical-coordinate representation of color #D5C84F: hue angle of 54.18º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5C84F is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 200 79 -
CMYK 0 0.06 0.63 0.16
HSL 54.18º 0.61% 0.57% -
HSV(B) 54.18º 0.63% 0.84% -
XYZ 49.51 56.02 15.6 -
YUV 190.09 65.31 144.34 -
System Red Green Blue C M Y K H S L
Decimal 213 200 79 0 0.06 0.63 0.16 54.18 0.61 0.57
Hex D5 C8 4F 0 6 3F 10 36 3D 39
Octal 325 310 117 0 6 77 20 66 75 71
Binary 11010101 11001000 1001111 0 110 111111 10000 110110 111101 111001

Color Harmonies of #D5C84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C84F

Black with #D5C84F

Text Example


Text Example

White with #D5C84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C84F; }

 p { color: rgb(213,200,79); }

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

background-color css

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

 a { background-color: rgb(213,200,79); }

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

border-color css

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

 span { border-color: rgb(213,200,79); }

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