Html Css Color HEX #D6CA1B Barberry

📋 copy color: '#D6CA1B'

red 214 ◦ green 202 ◦ blue 27

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

Shades of Barberry #D6CA1B

Tints of Barberry #D6CA1B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.6%

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

R = 48.31%
G = 45.6%
B = 6.09%

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

#D6CA1B (or 0xD6CA1B) is known color: Barberry. HEX triplet: D6, CA and 1B. RGB value is (214,202,27). Sum of RGB (Red+Green+Blue) = 214+202+27=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA1B is #2935E4. Grayscale: #BABABA. Windows color (decimal): -2700773 or 1821398. OLE color: 1821398.

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

Color convert

RGB 214 202 27 -
CMYK 0 0.06 0.87 0.16
HSL 56.15º 0.78% 0.47% -
HSV(B) 56.15º 0.87% 0.84% -
XYZ 49.05 56.62 9.38 -
YUV 185.64 38.48 148.23 -
System Red Green Blue C M Y K H S L
Decimal 214 202 27 0 0.06 0.87 0.16 56.15 0.78 0.47
Hex D6 CA 1B 0 6 57 10 38 4E 2F
Octal 326 312 33 0 6 127 20 70 116 57
Binary 11010110 11001010 11011 0 110 1010111 10000 111000 1001110 101111

Color Harmonies of #D6CA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA1B

Black with #D6CA1B

Text Example


Text Example

White with #D6CA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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