Html Css Color HEX #D6CB50 Confetti

📋 copy color: '#D6CB50'

red 214 ◦ green 203 ◦ blue 80

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

Shades of Confetti #D6CB50

Tints of Confetti #D6CB50

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.85%

 BLUE value IS 80 (31.64% from 255) = 16.1%

R = 43.06%
G = 40.85%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6CB50 (or 0xD6CB50) is known color: Confetti. HEX triplet: D6, CB and 50. RGB value is (214,203,80). Sum of RGB (Red+Green+Blue) = 214+203+80=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CB50 is #2934AF. Grayscale: #C0C0C0. Windows color (decimal): -2700464 or 5295062. OLE color: 5295062.

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

Color convert

RGB 214 203 80 -
CMYK 0 0.05 0.63 0.16
HSL 55.07º 0.62% 0.58% -
HSV(B) 55.07º 0.63% 0.84% -
XYZ 50.54 57.59 16.04 -
YUV 192.27 64.64 143.5 -
System Red Green Blue C M Y K H S L
Decimal 214 203 80 0 0.05 0.63 0.16 55.07 0.62 0.58
Hex D6 CB 50 0 5 3F 10 37 3E 3A
Octal 326 313 120 0 5 77 20 67 76 72
Binary 11010110 11001011 1010000 0 101 111111 10000 110111 111110 111010

Color Harmonies of #D6CB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB50

Black with #D6CB50

Text Example


Text Example

White with #D6CB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB50; }

 p { color: rgb(214,203,80); }

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

background-color css

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

 a { background-color: rgb(214,203,80); }

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

border-color css

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

 span { border-color: rgb(214,203,80); }

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