Html Css Color HEX #D6C64B Confetti

📋 copy color: '#D6C64B'

red 214 ◦ green 198 ◦ blue 75

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

Shades of Confetti #D6C64B

Tints of Confetti #D6C64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.4%

R = 43.94%
G = 40.66%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6C64B (or 0xD6C64B) is known color: Confetti. HEX triplet: D6, C6 and 4B. RGB value is (214,198,75). Sum of RGB (Red+Green+Blue) = 214+198+75=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 75 (29.69% from 255 or 15.40% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C64B is #2939B4. Grayscale: #BDBDBD. Windows color (decimal): -2701749 or 4966102. OLE color: 4966102.

HSL color Cylindrical-coordinate representation of color #D6C64B: hue angle of 53.09º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6C64B is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 75 -
CMYK 0 0.07 0.65 0.16
HSL 53.09º 0.63% 0.57% -
HSV(B) 53.09º 0.65% 0.84% -
XYZ 49.2 55.19 14.72 -
YUV 188.76 63.8 146 -
System Red Green Blue C M Y K H S L
Decimal 214 198 75 0 0.07 0.65 0.16 53.09 0.63 0.57
Hex D6 C6 4B 0 7 41 10 35 3F 39
Octal 326 306 113 0 7 101 20 65 77 71
Binary 11010110 11000110 1001011 0 111 1000001 10000 110101 111111 111001

Color Harmonies of #D6C64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C64B

Black with #D6C64B

Text Example


Text Example

White with #D6C64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C64B; }

 p { color: rgb(214,198,75); }

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

background-color css

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

 a { background-color: rgb(214,198,75); }

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

border-color css

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

 span { border-color: rgb(214,198,75); }

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