Html Css Color HEX #CBD716 Barberry

📋 copy color: '#CBD716'

red 203 ◦ green 215 ◦ blue 22

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

Shades of Barberry #CBD716

Tints of Barberry #CBD716

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.86%

 BLUE value IS 22 (8.98% from 255) = 5%

R = 46.14%
G = 48.86%
B = 5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#CBD716 (or 0xCBD716) is known color: Barberry. HEX triplet: CB, D7 and 16. RGB value is (203,215,22). Sum of RGB (Red+Green+Blue) = 203+215+22=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD716 is #3428E9. Grayscale: #BEBEBE. Windows color (decimal): -3418346 or 1497035. OLE color: 1497035.

HSL color Cylindrical-coordinate representation of color #CBD716: hue angle of 63.73º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBD716 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 215 22 -
CMYK 0.06 0 0.90 0.16
HSL 63.73º 0.81% 0.46% -
HSV(B) 63.73º 0.9% 0.84% -
XYZ 49.07 61.36 10.02 -
YUV 189.41 33.52 137.69 -
System Red Green Blue C M Y K H S L
Decimal 203 215 22 0.06 0 0.90 0.16 63.73 0.81 0.46
Hex CB D7 16 6 0 5A 10 40 51 2E
Octal 313 327 26 6 0 132 20 100 121 56
Binary 11001011 11010111 10110 110 0 1011010 10000 1000000 1010001 101110

Color Harmonies of #CBD716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD716

Black with #CBD716

Text Example


Text Example

White with #CBD716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD716; }

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

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

background-color css

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

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

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

border-color css

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

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

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