Html Css Color HEX #D6CB1A Barberry

📋 copy color: '#D6CB1A'

red 214 ◦ green 203 ◦ blue 26

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

Shades of Barberry #D6CB1A

Tints of Barberry #D6CB1A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.82%

 BLUE value IS 26 (10.55% from 255) = 5.87%

R = 48.31%
G = 45.82%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6CB1A (or 0xD6CB1A) is known color: Barberry. HEX triplet: D6, CB and 1A. RGB value is (214,203,26). Sum of RGB (Red+Green+Blue) = 214+203+26=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CB1A is #2934E5. Grayscale: #BABABA. Windows color (decimal): -2700518 or 1756118. OLE color: 1756118.

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

Color convert

RGB 214 203 26 -
CMYK 0 0.05 0.88 0.16
HSL 56.49º 0.78% 0.47% -
HSV(B) 56.49º 0.88% 0.84% -
XYZ 49.27 57.08 9.4 -
YUV 186.11 37.64 147.89 -
System Red Green Blue C M Y K H S L
Decimal 214 203 26 0 0.05 0.88 0.16 56.49 0.78 0.47
Hex D6 CB 1A 0 5 58 10 38 4E 2F
Octal 326 313 32 0 5 130 20 70 116 57
Binary 11010110 11001011 11010 0 101 1011000 10000 111000 1001110 101111

Color Harmonies of #D6CB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB1A

Black with #D6CB1A

Text Example


Text Example

White with #D6CB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB1A; }

 p { color: rgb(214,203,26); }

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

background-color css

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

 a { background-color: rgb(214,203,26); }

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

border-color css

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

 span { border-color: rgb(214,203,26); }

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