Html Css Color HEX #D6C928 Barberry

📋 copy color: '#D6C928'

red 214 ◦ green 201 ◦ blue 40

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

Shades of Barberry #D6C928

Tints of Barberry #D6C928

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.18%

 BLUE value IS 40 (16.02% from 255) = 8.79%

R = 47.03%
G = 44.18%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6C928 (or 0xD6C928) is known color: Barberry. HEX triplet: D6, C9 and 28. RGB value is (214,201,40). Sum of RGB (Red+Green+Blue) = 214+201+40=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C928 is #2936D7. Grayscale: #BBBBBB. Windows color (decimal): -2701016 or 2673110. OLE color: 2673110.

HSL color Cylindrical-coordinate representation of color #D6C928: hue angle of 55.52º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6C928 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 201 40 -
CMYK 0 0.06 0.81 0.16
HSL 55.52º 0.69% 0.5% -
HSV(B) 55.52º 0.81% 0.84% -
XYZ 49 56.22 10.28 -
YUV 186.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 214 201 40 0 0.06 0.81 0.16 55.52 0.69 0.5
Hex D6 C9 28 0 6 51 10 38 45 32
Octal 326 311 50 0 6 121 20 70 105 62
Binary 11010110 11001001 101000 0 110 1010001 10000 111000 1000101 110010

Color Harmonies of #D6C928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C928

Black with #D6C928

Text Example


Text Example

White with #D6C928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C928; }

 p { color: rgb(214,201,40); }

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

background-color css

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

 a { background-color: rgb(214,201,40); }

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

border-color css

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

 span { border-color: rgb(214,201,40); }

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