Html Css Color HEX #D7C323 Barberry

📋 copy color: '#D7C323'

red 215 ◦ green 195 ◦ blue 35

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

Shades of Barberry #D7C323

Tints of Barberry #D7C323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.87%

R = 48.31%
G = 43.82%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D7C323 (or 0xD7C323) is known color: Barberry. HEX triplet: D7, C3 and 23. RGB value is (215,195,35). Sum of RGB (Red+Green+Blue) = 215+195+35=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 35 (14.06% from 255 or 7.87% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C323 is #283CDC. Grayscale: #B7B7B7. Windows color (decimal): -2637021 or 2343895. OLE color: 2343895.

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

Color convert

RGB 215 195 35 -
CMYK 0 0.09 0.84 0.16
HSL 53.33º 0.72% 0.49% -
HSV(B) 53.33º 0.84% 0.84% -
XYZ 47.84 53.6 9.41 -
YUV 182.74 44.63 151.01 -
System Red Green Blue C M Y K H S L
Decimal 215 195 35 0 0.09 0.84 0.16 53.33 0.72 0.49
Hex D7 C3 23 0 9 54 10 35 48 31
Octal 327 303 43 0 11 124 20 65 110 61
Binary 11010111 11000011 100011 0 1001 1010100 10000 110101 1001000 110001

Color Harmonies of #D7C323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C323

Black with #D7C323

Text Example


Text Example

White with #D7C323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C323; }

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

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

background-color css

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

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

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

border-color css

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

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

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