Html Css Color HEX #D6C52B Barberry

📋 copy color: '#D6C52B'

red 214 ◦ green 197 ◦ blue 43

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

Shades of Barberry #D6C52B

Tints of Barberry #D6C52B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.39%

 BLUE value IS 43 (17.19% from 255) = 9.47%

R = 47.14%
G = 43.39%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6C52B (or 0xD6C52B) is known color: Barberry. HEX triplet: D6, C5 and 2B. RGB value is (214,197,43). Sum of RGB (Red+Green+Blue) = 214+197+43=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 43 (17.19% from 255 or 9.47% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C52B is #293AD4. Grayscale: #B9B9B9. Windows color (decimal): -2702037 or 2868694. OLE color: 2868694.

HSL color Cylindrical-coordinate representation of color #D6C52B: hue angle of 54.04º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6C52B is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 197 43 -
CMYK 0 0.08 0.80 0.16
HSL 54.04º 0.68% 0.5% -
HSV(B) 54.04º 0.8% 0.84% -
XYZ 48.13 54.4 10.25 -
YUV 184.53 48.13 149.02 -
System Red Green Blue C M Y K H S L
Decimal 214 197 43 0 0.08 0.80 0.16 54.04 0.68 0.5
Hex D6 C5 2B 0 8 50 10 36 44 32
Octal 326 305 53 0 10 120 20 66 104 62
Binary 11010110 11000101 101011 0 1000 1010000 10000 110110 1000100 110010

Color Harmonies of #D6C52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C52B

Black with #D6C52B

Text Example


Text Example

White with #D6C52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C52B; }

 p { color: rgb(214,197,43); }

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

background-color css

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

 a { background-color: rgb(214,197,43); }

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

border-color css

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

 span { border-color: rgb(214,197,43); }

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