Html Css Color HEX #CBD815 Barberry

📋 copy color: '#CBD815'

red 203 ◦ green 216 ◦ blue 21

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

Shades of Barberry #CBD815

Tints of Barberry #CBD815

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.09%

 BLUE value IS 21 (8.59% from 255) = 4.77%

R = 46.14%
G = 49.09%
B = 4.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#CBD815 (or 0xCBD815) is known color: Barberry. HEX triplet: CB, D8 and 15. RGB value is (203,216,21). Sum of RGB (Red+Green+Blue) = 203+216+21=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 21 (8.59% from 255 or 4.77% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD815 is #3427EA. Grayscale: #BEBEBE. Windows color (decimal): -3418091 or 1431755. OLE color: 1431755.

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

Color convert

RGB 203 216 21 -
CMYK 0.06 0 0.90 0.15
HSL 64º 0.82% 0.46% -
HSV(B) 64º 0.9% 0.85% -
XYZ 49.32 61.86 10.05 -
YUV 189.88 32.69 137.36 -
System Red Green Blue C M Y K H S L
Decimal 203 216 21 0.06 0 0.90 0.15 64 0.82 0.46
Hex CB D8 15 6 0 5A F 40 52 2E
Octal 313 330 25 6 0 132 17 100 122 56
Binary 11001011 11011000 10101 110 0 1011010 1111 1000000 1010010 101110

Color Harmonies of #CBD815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD815

Black with #CBD815

Text Example


Text Example

White with #CBD815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD815; }

 p { color: rgb(203,216,21); }

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

background-color css

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

 a { background-color: rgb(203,216,21); }

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

border-color css

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

 span { border-color: rgb(203,216,21); }

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