Html Css Color HEX #D5CB1B Barberry

📋 copy color: '#D5CB1B'

red 213 ◦ green 203 ◦ blue 27

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

Shades of Barberry #D5CB1B

Tints of Barberry #D5CB1B

RGB

 RED value IS 213 (83.59% from 255) = 48.08%

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

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

R = 48.08%
G = 45.82%
B = 6.09%

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

#D5CB1B (or 0xD5CB1B) is known color: Barberry. HEX triplet: D5, CB and 1B. RGB value is (213,203,27). Sum of RGB (Red+Green+Blue) = 213+203+27=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB1B is #2A34E4. Grayscale: #BABABA. Windows color (decimal): -2766053 or 1821653. OLE color: 1821653.

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

Color convert

RGB 213 203 27 -
CMYK 0 0.05 0.87 0.16
HSL 56.77º 0.78% 0.47% -
HSV(B) 56.77º 0.87% 0.84% -
XYZ 48.99 56.94 9.44 -
YUV 185.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 213 203 27 0 0.05 0.87 0.16 56.77 0.78 0.47
Hex D5 CB 1B 0 5 57 10 39 4E 2F
Octal 325 313 33 0 5 127 20 71 116 57
Binary 11010101 11001011 11011 0 101 1010111 10000 111001 1001110 101111

Color Harmonies of #D5CB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CB1B

Black with #D5CB1B

Text Example


Text Example

White with #D5CB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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