Html Css Color HEX #D7C127 Barberry

📋 copy color: '#D7C127'

red 215 ◦ green 193 ◦ blue 39

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

Shades of Barberry #D7C127

Tints of Barberry #D7C127

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.18%

 BLUE value IS 39 (15.63% from 255) = 8.72%

R = 48.1%
G = 43.18%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D7C127 (or 0xD7C127) is known color: Barberry. HEX triplet: D7, C1 and 27. RGB value is (215,193,39). Sum of RGB (Red+Green+Blue) = 215+193+39=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 39 (15.62% from 255 or 8.72% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C127 is #283ED8. Grayscale: #B6B6B6. Windows color (decimal): -2637529 or 2605527. OLE color: 2605527.

HSL color Cylindrical-coordinate representation of color #D7C127: hue angle of 52.5º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7C127 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 193 39 -
CMYK 0 0.10 0.82 0.16
HSL 52.5º 0.69% 0.5% -
HSV(B) 52.5º 0.82% 0.84% -
XYZ 47.46 52.73 9.6 -
YUV 182.02 47.29 151.52 -
System Red Green Blue C M Y K H S L
Decimal 215 193 39 0 0.10 0.82 0.16 52.5 0.69 0.5
Hex D7 C1 27 0 A 52 10 34 45 32
Octal 327 301 47 0 12 122 20 64 105 62
Binary 11010111 11000001 100111 0 1010 1010010 10000 110100 1000101 110010

Color Harmonies of #D7C127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C127

Black with #D7C127

Text Example


Text Example

White with #D7C127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C127; }

 p { color: rgb(215,193,39); }

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

background-color css

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

 a { background-color: rgb(215,193,39); }

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

border-color css

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

 span { border-color: rgb(215,193,39); }

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