Html Css Color HEX #D6CA1C Barberry

📋 copy color: '#D6CA1C'

red 214 ◦ green 202 ◦ blue 28

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

Shades of Barberry #D6CA1C

Tints of Barberry #D6CA1C

RGB

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

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

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

R = 48.2%
G = 45.5%
B = 6.31%

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

#D6CA1C (or 0xD6CA1C) is known color: Barberry. HEX triplet: D6, CA and 1C. RGB value is (214,202,28). Sum of RGB (Red+Green+Blue) = 214+202+28=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA1C is #2935E3. Grayscale: #BABABA. Windows color (decimal): -2700772 or 1886934. OLE color: 1886934.

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

Color convert

RGB 214 202 28 -
CMYK 0 0.06 0.87 0.16
HSL 56.13º 0.77% 0.47% -
HSV(B) 56.13º 0.87% 0.84% -
XYZ 49.06 56.62 9.44 -
YUV 185.75 38.98 148.15 -
System Red Green Blue C M Y K H S L
Decimal 214 202 28 0 0.06 0.87 0.16 56.13 0.77 0.47
Hex D6 CA 1C 0 6 57 10 38 4D 2F
Octal 326 312 34 0 6 127 20 70 115 57
Binary 11010110 11001010 11100 0 110 1010111 10000 111000 1001101 101111

Color Harmonies of #D6CA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA1C

Black with #D6CA1C

Text Example


Text Example

White with #D6CA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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