Html Css Color HEX #CBD313 Barberry

📋 copy color: '#CBD313'

red 203 ◦ green 211 ◦ blue 19

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

Shades of Barberry #CBD313

Tints of Barberry #CBD313

RGB

 RED value IS 203 (79.69% from 255) = 46.88%

 GREEN value IS 211 (82.81% from 255) = 48.73%

 BLUE value IS 19 (7.81% from 255) = 4.39%

R = 46.88%
G = 48.73%
B = 4.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#CBD313 (or 0xCBD313) is known color: Barberry. HEX triplet: CB, D3 and 13. RGB value is (203,211,19). Sum of RGB (Red+Green+Blue) = 203+211+19=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD313 is #342CEC. Grayscale: #BBBBBB. Windows color (decimal): -3419373 or 1299403. OLE color: 1299403.

HSL color Cylindrical-coordinate representation of color #CBD313: hue angle of 62.5º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBD313 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 211 19 -
CMYK 0.04 0 0.91 0.17
HSL 62.5º 0.83% 0.45% -
HSV(B) 62.5º 0.91% 0.83% -
XYZ 48.04 59.33 9.54 -
YUV 186.72 33.35 139.61 -
System Red Green Blue C M Y K H S L
Decimal 203 211 19 0.04 0 0.91 0.17 62.5 0.83 0.45
Hex CB D3 13 4 0 5B 11 3F 53 2D
Octal 313 323 23 4 0 133 21 77 123 55
Binary 11001011 11010011 10011 100 0 1011011 10001 111111 1010011 101101

Color Harmonies of #CBD313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD313

Black with #CBD313

Text Example


Text Example

White with #CBD313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD313; }

 p { color: rgb(203,211,19); }

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

background-color css

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

 a { background-color: rgb(203,211,19); }

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

border-color css

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

 span { border-color: rgb(203,211,19); }

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