Html Css Color HEX #D7C32E Barberry

📋 copy color: '#D7C32E'

red 215 ◦ green 195 ◦ blue 46

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

Shades of Barberry #D7C32E

Tints of Barberry #D7C32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.09%

R = 47.15%
G = 42.76%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7C32E (or 0xD7C32E) is known color: Barberry. HEX triplet: D7, C3 and 2E. RGB value is (215,195,46). Sum of RGB (Red+Green+Blue) = 215+195+46=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C32E is #283CD1. Grayscale: #B8B8B8. Windows color (decimal): -2637010 or 3064791. OLE color: 3064791.

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

Color convert

RGB 215 195 46 -
CMYK 0 0.09 0.79 0.16
HSL 52.9º 0.68% 0.51% -
HSV(B) 52.9º 0.79% 0.84% -
XYZ 48.03 53.67 10.41 -
YUV 183.99 50.13 150.12 -
System Red Green Blue C M Y K H S L
Decimal 215 195 46 0 0.09 0.79 0.16 52.9 0.68 0.51
Hex D7 C3 2E 0 9 4F 10 35 44 33
Octal 327 303 56 0 11 117 20 65 104 63
Binary 11010111 11000011 101110 0 1001 1001111 10000 110101 1000100 110011

Color Harmonies of #D7C32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C32E

Black with #D7C32E

Text Example


Text Example

White with #D7C32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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