Html Css Color HEX #D6CA1F Barberry

📋 copy color: '#D6CA1F'

red 214 ◦ green 202 ◦ blue 31

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

Shades of Barberry #D6CA1F

Tints of Barberry #D6CA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.94%

R = 47.87%
G = 45.19%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6CA1F (or 0xD6CA1F) is known color: Barberry. HEX triplet: D6, CA and 1F. RGB value is (214,202,31). Sum of RGB (Red+Green+Blue) = 214+202+31=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA1F is #2935E0. Grayscale: #BABABA. Windows color (decimal): -2700769 or 2083542. OLE color: 2083542.

HSL color Cylindrical-coordinate representation of color #D6CA1F: hue angle of 56.07º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6CA1F is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 202 31 -
CMYK 0 0.06 0.86 0.16
HSL 56.07º 0.75% 0.48% -
HSV(B) 56.07º 0.86% 0.84% -
XYZ 49.1 56.64 9.64 -
YUV 186.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 214 202 31 0 0.06 0.86 0.16 56.07 0.75 0.48
Hex D6 CA 1F 0 6 56 10 38 4B 30
Octal 326 312 37 0 6 126 20 70 113 60
Binary 11010110 11001010 11111 0 110 1010110 10000 111000 1001011 110000

Color Harmonies of #D6CA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA1F

Black with #D6CA1F

Text Example


Text Example

White with #D6CA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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