Html Css Color HEX #D9CF1B Barberry

📋 copy color: '#D9CF1B'

red 217 ◦ green 207 ◦ blue 27

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

Shades of Barberry #D9CF1B

Tints of Barberry #D9CF1B

RGB

 RED value IS 217 (85.16% from 255) = 48.12%

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

 BLUE value IS 27 (10.94% from 255) = 5.99%

R = 48.12%
G = 45.9%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9CF1B (or 0xD9CF1B) is known color: Barberry. HEX triplet: D9, CF and 1B. RGB value is (217,207,27). Sum of RGB (Red+Green+Blue) = 217+207+27=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 27 (10.94% from 255 or 5.99% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CF1B is #2630E4. Grayscale: #BEBEBE. Windows color (decimal): -2502885 or 1822681. OLE color: 1822681.

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

Color convert

RGB 217 207 27 -
CMYK 0 0.05 0.88 0.15
HSL 56.84º 0.78% 0.48% -
HSV(B) 56.84º 0.88% 0.85% -
XYZ 51.13 59.46 9.82 -
YUV 189.47 36.31 147.64 -
System Red Green Blue C M Y K H S L
Decimal 217 207 27 0 0.05 0.88 0.15 56.84 0.78 0.48
Hex D9 CF 1B 0 5 58 F 39 4E 30
Octal 331 317 33 0 5 130 17 71 116 60
Binary 11011001 11001111 11011 0 101 1011000 1111 111001 1001110 110000

Color Harmonies of #D9CF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF1B

Black with #D9CF1B

Text Example


Text Example

White with #D9CF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF1B; }

 p { color: rgb(217,207,27); }

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

background-color css

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

 a { background-color: rgb(217,207,27); }

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

border-color css

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

 span { border-color: rgb(217,207,27); }

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