Html Css Color HEX #D6C91B Barberry

📋 copy color: '#D6C91B'

red 214 ◦ green 201 ◦ blue 27

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

Shades of Barberry #D6C91B

Tints of Barberry #D6C91B

RGB

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

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

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

R = 48.42%
G = 45.48%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6C91B (or 0xD6C91B) is known color: Barberry. HEX triplet: D6, C9 and 1B. RGB value is (214,201,27). Sum of RGB (Red+Green+Blue) = 214+201+27=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C91B is #2936E4. Grayscale: #B9B9B9. Windows color (decimal): -2701029 or 1821142. OLE color: 1821142.

HSL color Cylindrical-coordinate representation of color #D6C91B: hue angle of 55.83º 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 #D6C91B is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 201 27 -
CMYK 0 0.06 0.87 0.16
HSL 55.83º 0.78% 0.47% -
HSV(B) 55.83º 0.87% 0.84% -
XYZ 48.82 56.15 9.3 -
YUV 185.05 38.81 148.65 -
System Red Green Blue C M Y K H S L
Decimal 214 201 27 0 0.06 0.87 0.16 55.83 0.78 0.47
Hex D6 C9 1B 0 6 57 10 38 4E 2F
Octal 326 311 33 0 6 127 20 70 116 57
Binary 11010110 11001001 11011 0 110 1010111 10000 111000 1001110 101111

Color Harmonies of #D6C91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C91B

Black with #D6C91B

Text Example


Text Example

White with #D6C91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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