Html Css Color HEX #D6C81B Barberry

📋 copy color: '#D6C81B'

red 214 ◦ green 200 ◦ blue 27

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

Shades of Barberry #D6C81B

Tints of Barberry #D6C81B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.35%

 BLUE value IS 27 (10.94% from 255) = 6.12%

R = 48.53%
G = 45.35%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6C81B (or 0xD6C81B) is known color: Barberry. HEX triplet: D6, C8 and 1B. RGB value is (214,200,27). Sum of RGB (Red+Green+Blue) = 214+200+27=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C81B is #2937E4. Grayscale: #B9B9B9. Windows color (decimal): -2701285 or 1820886. OLE color: 1820886.

HSL color Cylindrical-coordinate representation of color #D6C81B: hue angle of 55.51º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6C81B is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 200 27 -
CMYK 0 0.07 0.87 0.16
HSL 55.51º 0.78% 0.47% -
HSV(B) 55.51º 0.87% 0.84% -
XYZ 48.58 55.68 9.22 -
YUV 184.46 39.14 149.07 -
System Red Green Blue C M Y K H S L
Decimal 214 200 27 0 0.07 0.87 0.16 55.51 0.78 0.47
Hex D6 C8 1B 0 7 57 10 38 4E 2F
Octal 326 310 33 0 7 127 20 70 116 57
Binary 11010110 11001000 11011 0 111 1010111 10000 111000 1001110 101111

Color Harmonies of #D6C81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C81B

Black with #D6C81B

Text Example


Text Example

White with #D6C81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C81B; }

 p { color: rgb(214,200,27); }

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

background-color css

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

 a { background-color: rgb(214,200,27); }

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

border-color css

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

 span { border-color: rgb(214,200,27); }

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