Html Css Color HEX #D7C42C Barberry

📋 copy color: '#D7C42C'

red 215 ◦ green 196 ◦ blue 44

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

Shades of Barberry #D7C42C

Tints of Barberry #D7C42C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.08%

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

R = 47.25%
G = 43.08%
B = 9.67%

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

#D7C42C (or 0xD7C42C) is known color: Barberry. HEX triplet: D7, C4 and 2C. RGB value is (215,196,44). Sum of RGB (Red+Green+Blue) = 215+196+44=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C42C is #283BD3. Grayscale: #B8B8B8. Windows color (decimal): -2636756 or 2933975. OLE color: 2933975.

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

Color convert

RGB 215 196 44 -
CMYK 0 0.09 0.80 0.16
HSL 53.33º 0.68% 0.51% -
HSV(B) 53.33º 0.8% 0.84% -
XYZ 48.22 54.11 10.29 -
YUV 184.35 48.79 149.86 -
System Red Green Blue C M Y K H S L
Decimal 215 196 44 0 0.09 0.80 0.16 53.33 0.68 0.51
Hex D7 C4 2C 0 9 50 10 35 44 33
Octal 327 304 54 0 11 120 20 65 104 63
Binary 11010111 11000100 101100 0 1001 1010000 10000 110101 1000100 110011

Color Harmonies of #D7C42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C42C

Black with #D7C42C

Text Example


Text Example

White with #D7C42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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