Html Css Color HEX #D5CF52 Confetti

📋 copy color: '#D5CF52'

red 213 ◦ green 207 ◦ blue 82

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

Shades of Confetti #D5CF52

Tints of Confetti #D5CF52

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.24%

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

R = 42.43%
G = 41.24%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D5CF52 (or 0xD5CF52) is known color: Confetti. HEX triplet: D5, CF and 52. RGB value is (213,207,82). Sum of RGB (Red+Green+Blue) = 213+207+82=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF52 is #2A30AD. Grayscale: #C3C3C3. Windows color (decimal): -2764974 or 5427157. OLE color: 5427157.

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

Color convert

RGB 213 207 82 -
CMYK 0 0.03 0.62 0.16
HSL 57.25º 0.61% 0.58% -
HSV(B) 57.25º 0.62% 0.84% -
XYZ 51.28 59.38 16.74 -
YUV 194.54 64.49 141.16 -
System Red Green Blue C M Y K H S L
Decimal 213 207 82 0 0.03 0.62 0.16 57.25 0.61 0.58
Hex D5 CF 52 0 3 3E 10 39 3D 3A
Octal 325 317 122 0 3 76 20 71 75 72
Binary 11010101 11001111 1010010 0 11 111110 10000 111001 111101 111010

Color Harmonies of #D5CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF52

Black with #D5CF52

Text Example


Text Example

White with #D5CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF52; }

 p { color: rgb(213,207,82); }

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

background-color css

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

 a { background-color: rgb(213,207,82); }

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

border-color css

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

 span { border-color: rgb(213,207,82); }

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