Html Css Color HEX #D7C123 Barberry

📋 copy color: '#D7C123'

red 215 ◦ green 193 ◦ blue 35

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

Shades of Barberry #D7C123

Tints of Barberry #D7C123

RGB

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

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

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

R = 48.53%
G = 43.57%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D7C123 (or 0xD7C123) is known color: Barberry. HEX triplet: D7, C1 and 23. RGB value is (215,193,35). Sum of RGB (Red+Green+Blue) = 215+193+35=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 35 (14.06% from 255 or 7.90% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C123 is #283EDC. Grayscale: #B6B6B6. Windows color (decimal): -2637533 or 2343383. OLE color: 2343383.

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

Color convert

RGB 215 193 35 -
CMYK 0 0.10 0.84 0.16
HSL 52.67º 0.72% 0.49% -
HSV(B) 52.67º 0.84% 0.84% -
XYZ 47.4 52.71 9.27 -
YUV 181.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 215 193 35 0 0.10 0.84 0.16 52.67 0.72 0.49
Hex D7 C1 23 0 A 54 10 35 48 31
Octal 327 301 43 0 12 124 20 65 110 61
Binary 11010111 11000001 100011 0 1010 1010100 10000 110101 1001000 110001

Color Harmonies of #D7C123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C123

Black with #D7C123

Text Example


Text Example

White with #D7C123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C123; }

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

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

background-color css

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

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

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

border-color css

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

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

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