Html Css Color HEX #D5C64A Confetti

📋 copy color: '#D5C64A'

red 213 ◦ green 198 ◦ blue 74

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

Shades of Confetti #D5C64A

Tints of Confetti #D5C64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.82%

 BLUE value IS 74 (29.3% from 255) = 15.26%

R = 43.92%
G = 40.82%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5C64A (or 0xD5C64A) is known color: Confetti. HEX triplet: D5, C6 and 4A. RGB value is (213,198,74). Sum of RGB (Red+Green+Blue) = 213+198+74=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C64A is #2A39B5. Grayscale: #BCBCBC. Windows color (decimal): -2767286 or 4900565. OLE color: 4900565.

HSL color Cylindrical-coordinate representation of color #D5C64A: hue angle of 53.53º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5C64A is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 198 74 -
CMYK 0 0.07 0.65 0.16
HSL 53.53º 0.62% 0.56% -
HSV(B) 53.53º 0.65% 0.84% -
XYZ 48.87 55.03 14.52 -
YUV 188.35 63.47 145.58 -
System Red Green Blue C M Y K H S L
Decimal 213 198 74 0 0.07 0.65 0.16 53.53 0.62 0.56
Hex D5 C6 4A 0 7 41 10 36 3E 38
Octal 325 306 112 0 7 101 20 66 76 70
Binary 11010101 11000110 1001010 0 111 1000001 10000 110110 111110 111000

Color Harmonies of #D5C64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C64A

Black with #D5C64A

Text Example


Text Example

White with #D5C64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C64A; }

 p { color: rgb(213,198,74); }

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

background-color css

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

 a { background-color: rgb(213,198,74); }

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

border-color css

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

 span { border-color: rgb(213,198,74); }

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