Html Css Color HEX #D7CC21 Barberry

📋 copy color: '#D7CC21'

red 215 ◦ green 204 ◦ blue 33

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

Shades of Barberry #D7CC21

Tints of Barberry #D7CC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.3%

R = 47.57%
G = 45.13%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D7CC21 (or 0xD7CC21) is known color: Barberry. HEX triplet: D7, CC and 21. RGB value is (215,204,33). Sum of RGB (Red+Green+Blue) = 215+204+33=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CC21 is #2833DE. Grayscale: #BCBCBC. Windows color (decimal): -2634719 or 2215127. OLE color: 2215127.

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

Color convert

RGB 215 204 33 -
CMYK 0 0.05 0.85 0.16
HSL 56.37º 0.73% 0.49% -
HSV(B) 56.37º 0.85% 0.84% -
XYZ 49.89 57.74 9.95 -
YUV 187.8 40.64 147.4 -
System Red Green Blue C M Y K H S L
Decimal 215 204 33 0 0.05 0.85 0.16 56.37 0.73 0.49
Hex D7 CC 21 0 5 55 10 38 49 31
Octal 327 314 41 0 5 125 20 70 111 61
Binary 11010111 11001100 100001 0 101 1010101 10000 111000 1001001 110001

Color Harmonies of #D7CC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC21

Black with #D7CC21

Text Example


Text Example

White with #D7CC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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