Html Css Color HEX #D7CC1A Barberry

📋 copy color: '#D7CC1A'

red 215 ◦ green 204 ◦ blue 26

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

Shades of Barberry #D7CC1A

Tints of Barberry #D7CC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.84%

R = 48.31%
G = 45.84%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7CC1A (or 0xD7CC1A) is known color: Barberry. HEX triplet: D7, CC and 1A. RGB value is (215,204,26). Sum of RGB (Red+Green+Blue) = 215+204+26=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 26 (10.55% from 255 or 5.84% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CC1A is #2833E5. Grayscale: #BBBBBB. Windows color (decimal): -2634726 or 1756375. OLE color: 1756375.

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

Color convert

RGB 215 204 26 -
CMYK 0 0.05 0.88 0.16
HSL 56.51º 0.78% 0.47% -
HSV(B) 56.51º 0.88% 0.84% -
XYZ 49.8 57.71 9.49 -
YUV 187 37.14 147.97 -
System Red Green Blue C M Y K H S L
Decimal 215 204 26 0 0.05 0.88 0.16 56.51 0.78 0.47
Hex D7 CC 1A 0 5 58 10 39 4E 2F
Octal 327 314 32 0 5 130 20 71 116 57
Binary 11010111 11001100 11010 0 101 1011000 10000 111001 1001110 101111

Color Harmonies of #D7CC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC1A

Black with #D7CC1A

Text Example


Text Example

White with #D7CC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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