Html Css Color HEX #D6C91C Barberry

📋 copy color: '#D6C91C'

red 214 ◦ green 201 ◦ blue 28

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

Shades of Barberry #D6C91C

Tints of Barberry #D6C91C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.32%

R = 48.31%
G = 45.37%
B = 6.32%

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

#D6C91C (or 0xD6C91C) is known color: Barberry. HEX triplet: D6, C9 and 1C. RGB value is (214,201,28). Sum of RGB (Red+Green+Blue) = 214+201+28=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C91C is #2936E3. Grayscale: #B9B9B9. Windows color (decimal): -2701028 or 1886678. OLE color: 1886678.

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

Color convert

RGB 214 201 28 -
CMYK 0 0.06 0.87 0.16
HSL 55.81º 0.77% 0.47% -
HSV(B) 55.81º 0.87% 0.84% -
XYZ 48.83 56.15 9.36 -
YUV 185.17 39.31 148.57 -
System Red Green Blue C M Y K H S L
Decimal 214 201 28 0 0.06 0.87 0.16 55.81 0.77 0.47
Hex D6 C9 1C 0 6 57 10 38 4D 2F
Octal 326 311 34 0 6 127 20 70 115 57
Binary 11010110 11001001 11100 0 110 1010111 10000 111000 1001101 101111

Color Harmonies of #D6C91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C91C

Black with #D6C91C

Text Example


Text Example

White with #D6C91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C91C; }

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

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

background-color css

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

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

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

border-color css

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

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

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