Html Css Color HEX #D6C44B Confetti

📋 copy color: '#D6C44B'

red 214 ◦ green 196 ◦ blue 75

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

Shades of Confetti #D6C44B

Tints of Confetti #D6C44B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.41%

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

R = 44.12%
G = 40.41%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6C44B (or 0xD6C44B) is known color: Confetti. HEX triplet: D6, C4 and 4B. RGB value is (214,196,75). Sum of RGB (Red+Green+Blue) = 214+196+75=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C44B is #293BB4. Grayscale: #BCBCBC. Windows color (decimal): -2702261 or 4965590. OLE color: 4965590.

HSL color Cylindrical-coordinate representation of color #D6C44B: hue angle of 52.23º 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 #D6C44B is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 196 75 -
CMYK 0 0.08 0.65 0.16
HSL 52.23º 0.63% 0.57% -
HSV(B) 52.23º 0.65% 0.84% -
XYZ 48.74 54.28 14.57 -
YUV 187.59 64.46 146.84 -
System Red Green Blue C M Y K H S L
Decimal 214 196 75 0 0.08 0.65 0.16 52.23 0.63 0.57
Hex D6 C4 4B 0 8 41 10 34 3F 39
Octal 326 304 113 0 10 101 20 64 77 71
Binary 11010110 11000100 1001011 0 1000 1000001 10000 110100 111111 111001

Color Harmonies of #D6C44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C44B

Black with #D6C44B

Text Example


Text Example

White with #D6C44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C44B; }

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

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

background-color css

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

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

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

border-color css

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

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

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