Html Css Color HEX #CBDA15 Barberry

📋 copy color: '#CBDA15'

red 203 ◦ green 218 ◦ blue 21

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

Shades of Barberry #CBDA15

Tints of Barberry #CBDA15

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.32%

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

R = 45.93%
G = 49.32%
B = 4.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#CBDA15 (or 0xCBDA15) is known color: Barberry. HEX triplet: CB, DA and 15. RGB value is (203,218,21). Sum of RGB (Red+Green+Blue) = 203+218+21=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDA15 is #3425EA. Grayscale: #BFBFBF. Windows color (decimal): -3417579 or 1432267. OLE color: 1432267.

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

Color convert

RGB 203 218 21 -
CMYK 0.07 0 0.90 0.15
HSL 64.57º 0.82% 0.47% -
HSV(B) 64.57º 0.9% 0.85% -
XYZ 49.84 62.89 10.22 -
YUV 191.06 32.03 136.52 -
System Red Green Blue C M Y K H S L
Decimal 203 218 21 0.07 0 0.90 0.15 64.57 0.82 0.47
Hex CB DA 15 7 0 5A F 41 52 2F
Octal 313 332 25 7 0 132 17 101 122 57
Binary 11001011 11011010 10101 111 0 1011010 1111 1000001 1010010 101111

Color Harmonies of #CBDA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDA15

Black with #CBDA15

Text Example


Text Example

White with #CBDA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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