Html Css Color HEX #D7CF1D Barberry

📋 copy color: '#D7CF1D'

red 215 ◦ green 207 ◦ blue 29

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

Shades of Barberry #D7CF1D

Tints of Barberry #D7CF1D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.9%

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

R = 47.67%
G = 45.9%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7CF1D (or 0xD7CF1D) is known color: Barberry. HEX triplet: D7, CF and 1D. RGB value is (215,207,29). Sum of RGB (Red+Green+Blue) = 215+207+29=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 29 (11.72% from 255 or 6.43% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CF1D is #2830E2. Grayscale: #BDBDBD. Windows color (decimal): -2633955 or 1953751. OLE color: 1953751.

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

Color convert

RGB 215 207 29 -
CMYK 0 0.04 0.87 0.16
HSL 57.42º 0.76% 0.48% -
HSV(B) 57.42º 0.87% 0.84% -
XYZ 50.56 59.16 9.92 -
YUV 189.1 37.65 146.47 -
System Red Green Blue C M Y K H S L
Decimal 215 207 29 0 0.04 0.87 0.16 57.42 0.76 0.48
Hex D7 CF 1D 0 4 57 10 39 4C 30
Octal 327 317 35 0 4 127 20 71 114 60
Binary 11010111 11001111 11101 0 100 1010111 10000 111001 1001100 110000

Color Harmonies of #D7CF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CF1D

Black with #D7CF1D

Text Example


Text Example

White with #D7CF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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