Html Css Color HEX #D6C927 Barberry

📋 copy color: '#D6C927'

red 214 ◦ green 201 ◦ blue 39

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

Shades of Barberry #D6C927

Tints of Barberry #D6C927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.59%

R = 47.14%
G = 44.27%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D6C927 (or 0xD6C927) is known color: Barberry. HEX triplet: D6, C9 and 27. RGB value is (214,201,39). Sum of RGB (Red+Green+Blue) = 214+201+39=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 39 (15.62% from 255 or 8.59% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C927 is #2936D8. Grayscale: #BBBBBB. Windows color (decimal): -2701017 or 2607574. OLE color: 2607574.

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

Color convert

RGB 214 201 39 -
CMYK 0 0.06 0.82 0.16
HSL 55.54º 0.69% 0.5% -
HSV(B) 55.54º 0.82% 0.84% -
XYZ 48.98 56.22 10.19 -
YUV 186.42 44.81 147.67 -
System Red Green Blue C M Y K H S L
Decimal 214 201 39 0 0.06 0.82 0.16 55.54 0.69 0.5
Hex D6 C9 27 0 6 52 10 38 45 32
Octal 326 311 47 0 6 122 20 70 105 62
Binary 11010110 11001001 100111 0 110 1010010 10000 111000 1000101 110010

Color Harmonies of #D6C927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C927

Black with #D6C927

Text Example


Text Example

White with #D6C927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C927; }

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

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

background-color css

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

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

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

border-color css

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

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

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