Html Css Color HEX #D5C348 Confetti

📋 copy color: '#D5C348'

red 213 ◦ green 195 ◦ blue 72

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

Shades of Confetti #D5C348

Tints of Confetti #D5C348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.63%

 BLUE value IS 72 (28.52% from 255) = 15%

R = 44.38%
G = 40.63%
B = 15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D5C348 (or 0xD5C348) is known color: Confetti. HEX triplet: D5, C3 and 48. RGB value is (213,195,72). Sum of RGB (Red+Green+Blue) = 213+195+72=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C348 is #2A3CB7. Grayscale: #BABABA. Windows color (decimal): -2768056 or 4768725. OLE color: 4768725.

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

Color convert

RGB 213 195 72 -
CMYK 0 0.08 0.66 0.16
HSL 52.34º 0.63% 0.56% -
HSV(B) 52.34º 0.66% 0.84% -
XYZ 48.13 53.64 13.95 -
YUV 186.36 63.46 147 -
System Red Green Blue C M Y K H S L
Decimal 213 195 72 0 0.08 0.66 0.16 52.34 0.63 0.56
Hex D5 C3 48 0 8 42 10 34 3F 38
Octal 325 303 110 0 10 102 20 64 77 70
Binary 11010101 11000011 1001000 0 1000 1000010 10000 110100 111111 111000

Color Harmonies of #D5C348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C348

Black with #D5C348

Text Example


Text Example

White with #D5C348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C348; }

 p { color: rgb(213,195,72); }

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

background-color css

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

 a { background-color: rgb(213,195,72); }

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

border-color css

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

 span { border-color: rgb(213,195,72); }

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