Html Css Color HEX #D7C32C Barberry

📋 copy color: '#D7C32C'

red 215 ◦ green 195 ◦ blue 44

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

Shades of Barberry #D7C32C

Tints of Barberry #D7C32C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.95%

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

R = 47.36%
G = 42.95%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7C32C (or 0xD7C32C) is known color: Barberry. HEX triplet: D7, C3 and 2C. RGB value is (215,195,44). Sum of RGB (Red+Green+Blue) = 215+195+44=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C32C is #283CD3. Grayscale: #B8B8B8. Windows color (decimal): -2637012 or 2933719. OLE color: 2933719.

HSL color Cylindrical-coordinate representation of color #D7C32C: hue angle of 52.98º 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 #D7C32C is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 195 44 -
CMYK 0 0.09 0.80 0.16
HSL 52.98º 0.68% 0.51% -
HSV(B) 52.98º 0.8% 0.84% -
XYZ 47.99 53.66 10.21 -
YUV 183.77 49.13 150.28 -
System Red Green Blue C M Y K H S L
Decimal 215 195 44 0 0.09 0.80 0.16 52.98 0.68 0.51
Hex D7 C3 2C 0 9 50 10 35 44 33
Octal 327 303 54 0 11 120 20 65 104 63
Binary 11010111 11000011 101100 0 1001 1010000 10000 110101 1000100 110011

Color Harmonies of #D7C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C32C

Black with #D7C32C

Text Example


Text Example

White with #D7C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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