Html Css Color HEX #D7CB2B Barberry

📋 copy color: '#D7CB2B'

red 215 ◦ green 203 ◦ blue 43

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

Shades of Barberry #D7CB2B

Tints of Barberry #D7CB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.33%

R = 46.64%
G = 44.03%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7CB2B (or 0xD7CB2B) is known color: Barberry. HEX triplet: D7, CB and 2B. RGB value is (215,203,43). Sum of RGB (Red+Green+Blue) = 215+203+43=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CB2B is #2834D4. Grayscale: #BCBCBC. Windows color (decimal): -2634965 or 2870231. OLE color: 2870231.

HSL color Cylindrical-coordinate representation of color #D7CB2B: hue angle of 55.81º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7CB2B is Cyan = 0, Magento = 0.06, Yellow = 0.8 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 203 43 -
CMYK 0 0.06 0.8 0.16
HSL 55.81º 0.68% 0.51% -
HSV(B) 55.81º 0.8% 0.84% -
XYZ 49.82 57.33 10.73 -
YUV 188.35 45.98 147.01 -
System Red Green Blue C M Y K H S L
Decimal 215 203 43 0 0.06 0.8 0.16 55.81 0.68 0.51
Hex D7 CB 2B 0 6 50 10 38 44 33
Octal 327 313 53 0 6 120 20 70 104 63
Binary 11010111 11001011 101011 0 110 1010000 10000 111000 1000100 110011

Color Harmonies of #D7CB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CB2B

Black with #D7CB2B

Text Example


Text Example

White with #D7CB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CB2B; }

 p { color: rgb(215,203,43); }

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

background-color css

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

 a { background-color: rgb(215,203,43); }

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

border-color css

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

 span { border-color: rgb(215,203,43); }

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