Html Css Color HEX #D7CF1C Barberry

📋 copy color: '#D7CF1C'

red 215 ◦ green 207 ◦ blue 28

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

Shades of Barberry #D7CF1C

Tints of Barberry #D7CF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.22%

R = 47.78%
G = 46%
B = 6.22%

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

#D7CF1C (or 0xD7CF1C) is known color: Barberry. HEX triplet: D7, CF and 1C. RGB value is (215,207,28). Sum of RGB (Red+Green+Blue) = 215+207+28=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 28 (11.33% from 255 or 6.22% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CF1C is #2830E3. Grayscale: #BDBDBD. Windows color (decimal): -2633956 or 1888215. OLE color: 1888215.

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

Color convert

RGB 215 207 28 -
CMYK 0 0.04 0.87 0.16
HSL 57.43º 0.77% 0.48% -
HSV(B) 57.43º 0.87% 0.84% -
XYZ 50.55 59.16 9.85 -
YUV 188.99 37.15 146.55 -
System Red Green Blue C M Y K H S L
Decimal 215 207 28 0 0.04 0.87 0.16 57.43 0.77 0.48
Hex D7 CF 1C 0 4 57 10 39 4D 30
Octal 327 317 34 0 4 127 20 71 115 60
Binary 11010111 11001111 11100 0 100 1010111 10000 111001 1001101 110000

Color Harmonies of #D7CF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CF1C

Black with #D7CF1C

Text Example


Text Example

White with #D7CF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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