Html Css Color HEX #D0C452 Confetti

📋 copy color: '#D0C452'

red 208 ◦ green 196 ◦ blue 82

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

Shades of Confetti #D0C452

Tints of Confetti #D0C452

RGB

 RED value IS 208 (81.64% from 255) = 42.8%

 GREEN value IS 196 (76.95% from 255) = 40.33%

 BLUE value IS 82 (32.42% from 255) = 16.87%

R = 42.8%
G = 40.33%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D0C452 (or 0xD0C452) is known color: Confetti. HEX triplet: D0, C4 and 52. RGB value is (208,196,82). Sum of RGB (Red+Green+Blue) = 208+196+82=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C452 is #2F3BAD. Grayscale: #BBBBBB. Windows color (decimal): -3095470 or 5424336. OLE color: 5424336.

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

Color convert

RGB 208 196 82 -
CMYK 0 0.06 0.61 0.18
HSL 54.29º 0.57% 0.57% -
HSV(B) 54.29º 0.61% 0.82% -
XYZ 47.28 53.5 15.82 -
YUV 186.59 68.98 143.27 -
System Red Green Blue C M Y K H S L
Decimal 208 196 82 0 0.06 0.61 0.18 54.29 0.57 0.57
Hex D0 C4 52 0 6 3D 12 36 39 39
Octal 320 304 122 0 6 75 22 66 71 71
Binary 11010000 11000100 1010010 0 110 111101 10010 110110 111001 111001

Color Harmonies of #D0C452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C452

Black with #D0C452

Text Example


Text Example

White with #D0C452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C452; }

 p { color: rgb(208,196,82); }

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

background-color css

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

 a { background-color: rgb(208,196,82); }

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

border-color css

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

 span { border-color: rgb(208,196,82); }

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