Html Css Color HEX #D7CC1D Barberry

📋 copy color: '#D7CC1D'

red 215 ◦ green 204 ◦ blue 29

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

Shades of Barberry #D7CC1D

Tints of Barberry #D7CC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.47%

R = 47.99%
G = 45.54%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7CC1D (or 0xD7CC1D) is known color: Barberry. HEX triplet: D7, CC and 1D. RGB value is (215,204,29). Sum of RGB (Red+Green+Blue) = 215+204+29=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 29 (11.72% from 255 or 6.47% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CC1D is #2833E2. Grayscale: #BCBCBC. Windows color (decimal): -2634723 or 1952983. OLE color: 1952983.

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

Color convert

RGB 215 204 29 -
CMYK 0 0.05 0.87 0.16
HSL 56.45º 0.76% 0.48% -
HSV(B) 56.45º 0.87% 0.84% -
XYZ 49.84 57.72 9.68 -
YUV 187.34 38.64 147.73 -
System Red Green Blue C M Y K H S L
Decimal 215 204 29 0 0.05 0.87 0.16 56.45 0.76 0.48
Hex D7 CC 1D 0 5 57 10 38 4C 30
Octal 327 314 35 0 5 127 20 70 114 60
Binary 11010111 11001100 11101 0 101 1010111 10000 111000 1001100 110000

Color Harmonies of #D7CC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC1D

Black with #D7CC1D

Text Example


Text Example

White with #D7CC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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