Html Css Color HEX #D6CF52 Confetti

📋 copy color: '#D6CF52'

red 214 ◦ green 207 ◦ blue 82

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

Shades of Confetti #D6CF52

Tints of Confetti #D6CF52

RGB

 RED value IS 214 (83.98% from 255) = 42.54%

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

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

R = 42.54%
G = 41.15%
B = 16.3%

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

#D6CF52 (or 0xD6CF52) is known color: Confetti. HEX triplet: D6, CF and 52. RGB value is (214,207,82). Sum of RGB (Red+Green+Blue) = 214+207+82=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF52 is #2930AD. Grayscale: #C3C3C3. Windows color (decimal): -2699438 or 5427158. OLE color: 5427158.

HSL color Cylindrical-coordinate representation of color #D6CF52: hue angle of 56.82º degrees, saturation: 0.62, 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 #D6CF52 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 207 82 -
CMYK 0 0.03 0.62 0.16
HSL 56.82º 0.62% 0.58% -
HSV(B) 56.82º 0.62% 0.84% -
XYZ 51.57 59.53 16.76 -
YUV 194.84 64.32 141.66 -
System Red Green Blue C M Y K H S L
Decimal 214 207 82 0 0.03 0.62 0.16 56.82 0.62 0.58
Hex D6 CF 52 0 3 3E 10 39 3E 3A
Octal 326 317 122 0 3 76 20 71 76 72
Binary 11010110 11001111 1010010 0 11 111110 10000 111001 111110 111010

Color Harmonies of #D6CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF52

Black with #D6CF52

Text Example


Text Example

White with #D6CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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