Html Css Color HEX #D5C04A Confetti

📋 copy color: '#D5C04A'

red 213 ◦ green 192 ◦ blue 74

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

Shades of Confetti #D5C04A

Tints of Confetti #D5C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.08%

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

R = 44.47%
G = 40.08%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5C04A (or 0xD5C04A) is known color: Confetti. HEX triplet: D5, C0 and 4A. RGB value is (213,192,74). Sum of RGB (Red+Green+Blue) = 213+192+74=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C04A is #2A3FB5. Grayscale: #B9B9B9. Windows color (decimal): -2768822 or 4899029. OLE color: 4899029.

HSL color Cylindrical-coordinate representation of color #D5C04A: hue angle of 50.94º 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 #D5C04A is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 192 74 -
CMYK 0 0.10 0.65 0.16
HSL 50.94º 0.62% 0.56% -
HSV(B) 50.94º 0.65% 0.84% -
XYZ 47.53 52.34 14.08 -
YUV 184.83 65.46 148.09 -
System Red Green Blue C M Y K H S L
Decimal 213 192 74 0 0.10 0.65 0.16 50.94 0.62 0.56
Hex D5 C0 4A 0 A 41 10 33 3E 38
Octal 325 300 112 0 12 101 20 63 76 70
Binary 11010101 11000000 1001010 0 1010 1000001 10000 110011 111110 111000

Color Harmonies of #D5C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C04A

Black with #D5C04A

Text Example


Text Example

White with #D5C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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