Html Css Color HEX #D6C825 Barberry

📋 copy color: '#D6C825'

red 214 ◦ green 200 ◦ blue 37

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

Shades of Barberry #D6C825

Tints of Barberry #D6C825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.35%

 BLUE value IS 37 (14.84% from 255) = 8.2%

R = 47.45%
G = 44.35%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D6C825 (or 0xD6C825) is known color: Barberry. HEX triplet: D6, C8 and 25. RGB value is (214,200,37). Sum of RGB (Red+Green+Blue) = 214+200+37=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C825 is #2937DA. Grayscale: #BABABA. Windows color (decimal): -2701275 or 2476246. OLE color: 2476246.

HSL color Cylindrical-coordinate representation of color #D6C825: hue angle of 55.25º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6C825 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 200 37 -
CMYK 0 0.07 0.83 0.16
HSL 55.25º 0.71% 0.49% -
HSV(B) 55.25º 0.83% 0.84% -
XYZ 48.72 55.74 9.94 -
YUV 185.6 44.14 148.25 -
System Red Green Blue C M Y K H S L
Decimal 214 200 37 0 0.07 0.83 0.16 55.25 0.71 0.49
Hex D6 C8 25 0 7 53 10 37 47 31
Octal 326 310 45 0 7 123 20 67 107 61
Binary 11010110 11001000 100101 0 111 1010011 10000 110111 1000111 110001

Color Harmonies of #D6C825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C825

Black with #D6C825

Text Example


Text Example

White with #D6C825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C825; }

 p { color: rgb(214,200,37); }

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

background-color css

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

 a { background-color: rgb(214,200,37); }

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

border-color css

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

 span { border-color: rgb(214,200,37); }

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