Html Css Color HEX #D3CF52 Confetti

📋 copy color: '#D3CF52'

red 211 ◦ green 207 ◦ blue 82

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

Shades of Confetti #D3CF52

Tints of Confetti #D3CF52

RGB

 RED value IS 211 (82.81% from 255) = 42.2%

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

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

R = 42.2%
G = 41.4%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D3CF52 (or 0xD3CF52) is known color: Confetti. HEX triplet: D3, CF and 52. RGB value is (211,207,82). Sum of RGB (Red+Green+Blue) = 211+207+82=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CF52 is #2C30AD. Grayscale: #C2C2C2. Windows color (decimal): -2896046 or 5427155. OLE color: 5427155.

HSL color Cylindrical-coordinate representation of color #D3CF52: hue angle of 58.14º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3CF52 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 207 82 -
CMYK 0 0.02 0.61 0.17
HSL 58.14º 0.59% 0.57% -
HSV(B) 58.14º 0.61% 0.83% -
XYZ 50.7 59.08 16.71 -
YUV 193.95 64.83 140.16 -
System Red Green Blue C M Y K H S L
Decimal 211 207 82 0 0.02 0.61 0.17 58.14 0.59 0.57
Hex D3 CF 52 0 2 3D 11 3A 3B 39
Octal 323 317 122 0 2 75 21 72 73 71
Binary 11010011 11001111 1010010 0 10 111101 10001 111010 111011 111001

Color Harmonies of #D3CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CF52

Black with #D3CF52

Text Example


Text Example

White with #D3CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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