Html Css Color HEX #D7C025 Barberry

📋 copy color: '#D7C025'

red 215 ◦ green 192 ◦ blue 37

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

Shades of Barberry #D7C025

Tints of Barberry #D7C025

RGB

 RED value IS 215 (84.38% from 255) = 48.42%

 GREEN value IS 192 (75.39% from 255) = 43.24%

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

R = 48.42%
G = 43.24%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D7C025 (or 0xD7C025) is known color: Barberry. HEX triplet: D7, C0 and 25. RGB value is (215,192,37). Sum of RGB (Red+Green+Blue) = 215+192+37=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 37 (14.84% from 255 or 8.33% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C025 is #283FDA. Grayscale: #B5B5B5. Windows color (decimal): -2637787 or 2474199. OLE color: 2474199.

HSL color Cylindrical-coordinate representation of color #D7C025: hue angle of 52.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 #D7C025 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 192 37 -
CMYK 0 0.11 0.83 0.16
HSL 52.25º 0.71% 0.49% -
HSV(B) 52.25º 0.83% 0.84% -
XYZ 47.21 52.28 9.35 -
YUV 181.21 46.62 152.1 -
System Red Green Blue C M Y K H S L
Decimal 215 192 37 0 0.11 0.83 0.16 52.25 0.71 0.49
Hex D7 C0 25 0 B 53 10 34 47 31
Octal 327 300 45 0 13 123 20 64 107 61
Binary 11010111 11000000 100101 0 1011 1010011 10000 110100 1000111 110001

Color Harmonies of #D7C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C025

Black with #D7C025

Text Example


Text Example

White with #D7C025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C025; }

 p { color: rgb(215,192,37); }

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

background-color css

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

 a { background-color: rgb(215,192,37); }

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

border-color css

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

 span { border-color: rgb(215,192,37); }

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