Html Css Color HEX #D6CA1A Barberry

📋 copy color: '#D6CA1A'

red 214 ◦ green 202 ◦ blue 26

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

Shades of Barberry #D6CA1A

Tints of Barberry #D6CA1A

RGB

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

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

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

R = 48.42%
G = 45.7%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6CA1A (or 0xD6CA1A) is known color: Barberry. HEX triplet: D6, CA and 1A. RGB value is (214,202,26). Sum of RGB (Red+Green+Blue) = 214+202+26=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 26 (10.55% from 255 or 5.88% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA1A is #2935E5. Grayscale: #BABABA. Windows color (decimal): -2700774 or 1755862. OLE color: 1755862.

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

Color convert

RGB 214 202 26 -
CMYK 0 0.06 0.88 0.16
HSL 56.17º 0.78% 0.47% -
HSV(B) 56.17º 0.88% 0.84% -
XYZ 49.04 56.61 9.32 -
YUV 185.52 37.98 148.31 -
System Red Green Blue C M Y K H S L
Decimal 214 202 26 0 0.06 0.88 0.16 56.17 0.78 0.47
Hex D6 CA 1A 0 6 58 10 38 4E 2F
Octal 326 312 32 0 6 130 20 70 116 57
Binary 11010110 11001010 11010 0 110 1011000 10000 111000 1001110 101111

Color Harmonies of #D6CA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA1A

Black with #D6CA1A

Text Example


Text Example

White with #D6CA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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