Html Css Color HEX #D9CB1B Barberry

📋 copy color: '#D9CB1B'

red 217 ◦ green 203 ◦ blue 27

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

Shades of Barberry #D9CB1B

Tints of Barberry #D9CB1B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.41%

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

R = 48.55%
G = 45.41%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9CB1B (or 0xD9CB1B) is known color: Barberry. HEX triplet: D9, CB and 1B. RGB value is (217,203,27). Sum of RGB (Red+Green+Blue) = 217+203+27=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 27 (10.94% from 255 or 6.04% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CB1B is #2634E4. Grayscale: #BBBBBB. Windows color (decimal): -2503909 or 1821657. OLE color: 1821657.

HSL color Cylindrical-coordinate representation of color #D9CB1B: hue angle of 55.58º 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 #D9CB1B is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 203 27 -
CMYK 0 0.06 0.88 0.15
HSL 55.58º 0.78% 0.48% -
HSV(B) 55.58º 0.88% 0.85% -
XYZ 50.17 57.54 9.5 -
YUV 187.12 37.64 149.31 -
System Red Green Blue C M Y K H S L
Decimal 217 203 27 0 0.06 0.88 0.15 55.58 0.78 0.48
Hex D9 CB 1B 0 6 58 F 38 4E 30
Octal 331 313 33 0 6 130 17 70 116 60
Binary 11011001 11001011 11011 0 110 1011000 1111 111000 1001110 110000

Color Harmonies of #D9CB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CB1B

Black with #D9CB1B

Text Example


Text Example

White with #D9CB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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