Html Css Color HEX #CBD319 Barberry

📋 copy color: '#CBD319'

red 203 ◦ green 211 ◦ blue 25

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

Shades of Barberry #CBD319

Tints of Barberry #CBD319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.69%

R = 46.24%
G = 48.06%
B = 5.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#CBD319 (or 0xCBD319) is known color: Barberry. HEX triplet: CB, D3 and 19. RGB value is (203,211,25). Sum of RGB (Red+Green+Blue) = 203+211+25=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 25 (10.16% from 255 or 5.69% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD319 is #342CE6. Grayscale: #BCBCBC. Windows color (decimal): -3419367 or 1692619. OLE color: 1692619.

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

Color convert

RGB 203 211 25 -
CMYK 0.04 0 0.88 0.17
HSL 62.58º 0.79% 0.46% -
HSV(B) 62.58º 0.88% 0.83% -
XYZ 48.1 59.36 9.84 -
YUV 187.4 36.35 139.12 -
System Red Green Blue C M Y K H S L
Decimal 203 211 25 0.04 0 0.88 0.17 62.58 0.79 0.46
Hex CB D3 19 4 0 58 11 3F 4F 2E
Octal 313 323 31 4 0 130 21 77 117 56
Binary 11001011 11010011 11001 100 0 1011000 10001 111111 1001111 101110

Color Harmonies of #CBD319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD319

Black with #CBD319

Text Example


Text Example

White with #CBD319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD319; }

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

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

background-color css

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

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

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

border-color css

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

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

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