Html Css Color HEX #D7CC2A Barberry

📋 copy color: '#D7CC2A'

red 215 ◦ green 204 ◦ blue 42

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

Shades of Barberry #D7CC2A

Tints of Barberry #D7CC2A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.25%

 BLUE value IS 42 (16.8% from 255) = 9.11%

R = 46.64%
G = 44.25%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7CC2A (or 0xD7CC2A) is known color: Barberry. HEX triplet: D7, CC and 2A. RGB value is (215,204,42). Sum of RGB (Red+Green+Blue) = 215+204+42=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CC2A is #2833D5. Grayscale: #BDBDBD. Windows color (decimal): -2634710 or 2804951. OLE color: 2804951.

HSL color Cylindrical-coordinate representation of color #D7CC2A: hue angle of 56.18º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7CC2A is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 204 42 -
CMYK 0 0.05 0.80 0.16
HSL 56.18º 0.68% 0.5% -
HSV(B) 56.18º 0.8% 0.84% -
XYZ 50.04 57.8 10.71 -
YUV 188.82 45.14 146.67 -
System Red Green Blue C M Y K H S L
Decimal 215 204 42 0 0.05 0.80 0.16 56.18 0.68 0.5
Hex D7 CC 2A 0 5 50 10 38 44 32
Octal 327 314 52 0 5 120 20 70 104 62
Binary 11010111 11001100 101010 0 101 1010000 10000 111000 1000100 110010

Color Harmonies of #D7CC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC2A

Black with #D7CC2A

Text Example


Text Example

White with #D7CC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC2A; }

 p { color: rgb(215,204,42); }

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

background-color css

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

 a { background-color: rgb(215,204,42); }

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

border-color css

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

 span { border-color: rgb(215,204,42); }

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