Html Css Color HEX #D7C52C Barberry

📋 copy color: '#D7C52C'

red 215 ◦ green 197 ◦ blue 44

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

Shades of Barberry #D7C52C

Tints of Barberry #D7C52C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.2%

 BLUE value IS 44 (17.58% from 255) = 9.65%

R = 47.15%
G = 43.2%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7C52C (or 0xD7C52C) is known color: Barberry. HEX triplet: D7, C5 and 2C. RGB value is (215,197,44). Sum of RGB (Red+Green+Blue) = 215+197+44=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C52C is #283AD3. Grayscale: #B9B9B9. Windows color (decimal): -2636500 or 2934231. OLE color: 2934231.

HSL color Cylindrical-coordinate representation of color #D7C52C: hue angle of 53.68º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7C52C is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 197 44 -
CMYK 0 0.08 0.80 0.16
HSL 53.68º 0.68% 0.51% -
HSV(B) 53.68º 0.8% 0.84% -
XYZ 48.45 54.56 10.36 -
YUV 184.94 48.46 149.44 -
System Red Green Blue C M Y K H S L
Decimal 215 197 44 0 0.08 0.80 0.16 53.68 0.68 0.51
Hex D7 C5 2C 0 8 50 10 36 44 33
Octal 327 305 54 0 10 120 20 66 104 63
Binary 11010111 11000101 101100 0 1000 1010000 10000 110110 1000100 110011

Color Harmonies of #D7C52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C52C

Black with #D7C52C

Text Example


Text Example

White with #D7C52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C52C; }

 p { color: rgb(215,197,44); }

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

background-color css

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

 a { background-color: rgb(215,197,44); }

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

border-color css

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

 span { border-color: rgb(215,197,44); }

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