Html Css Color HEX #D6BF48 Confetti

📋 copy color: '#D6BF48'

red 214 ◦ green 191 ◦ blue 72

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

Shades of Confetti #D6BF48

Tints of Confetti #D6BF48

RGB

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

 GREEN value IS 191 (75% from 255) = 40.04%

 BLUE value IS 72 (28.52% from 255) = 15.09%

R = 44.86%
G = 40.04%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D6BF48 (or 0xD6BF48) is known color: Confetti. HEX triplet: D6, BF and 48. RGB value is (214,191,72). Sum of RGB (Red+Green+Blue) = 214+191+72=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BF48 is #2940B7. Grayscale: #B8B8B8. Windows color (decimal): -2703544 or 4767702. OLE color: 4767702.

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

Color convert

RGB 214 191 72 -
CMYK 0 0.11 0.66 0.16
HSL 50.28º 0.63% 0.56% -
HSV(B) 50.28º 0.66% 0.84% -
XYZ 47.53 52.03 13.67 -
YUV 184.31 64.62 149.18 -
System Red Green Blue C M Y K H S L
Decimal 214 191 72 0 0.11 0.66 0.16 50.28 0.63 0.56
Hex D6 BF 48 0 B 42 10 32 3F 38
Octal 326 277 110 0 13 102 20 62 77 70
Binary 11010110 10111111 1001000 0 1011 1000010 10000 110010 111111 111000

Color Harmonies of #D6BF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BF48

Black with #D6BF48

Text Example


Text Example

White with #D6BF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BF48; }

 p { color: rgb(214,191,72); }

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

background-color css

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

 a { background-color: rgb(214,191,72); }

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

border-color css

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

 span { border-color: rgb(214,191,72); }

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