Html Css Color HEX #D2C64F Confetti

📋 copy color: '#D2C64F'

red 210 ◦ green 198 ◦ blue 79

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

Shades of Confetti #D2C64F

Tints of Confetti #D2C64F

RGB

 RED value IS 210 (82.42% from 255) = 43.12%

 GREEN value IS 198 (77.73% from 255) = 40.66%

 BLUE value IS 79 (31.25% from 255) = 16.22%

R = 43.12%
G = 40.66%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2C64F (or 0xD2C64F) is known color: Confetti. HEX triplet: D2, C6 and 4F. RGB value is (210,198,79). Sum of RGB (Red+Green+Blue) = 210+198+79=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 79 (31.25% from 255 or 16.22% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C64F is #2D39B0. Grayscale: #BCBCBC. Windows color (decimal): -2963889 or 5228242. OLE color: 5228242.

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

Color convert

RGB 210 198 79 -
CMYK 0 0.06 0.62 0.18
HSL 54.5º 0.59% 0.57% -
HSV(B) 54.5º 0.62% 0.82% -
XYZ 48.18 54.65 15.41 -
YUV 188.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 210 198 79 0 0.06 0.62 0.18 54.5 0.59 0.57
Hex D2 C6 4F 0 6 3E 12 37 3B 39
Octal 322 306 117 0 6 76 22 67 73 71
Binary 11010010 11000110 1001111 0 110 111110 10010 110111 111011 111001

Color Harmonies of #D2C64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C64F

Black with #D2C64F

Text Example


Text Example

White with #D2C64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C64F; }

 p { color: rgb(210,198,79); }

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

background-color css

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

 a { background-color: rgb(210,198,79); }

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

border-color css

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

 span { border-color: rgb(210,198,79); }

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