Html Css Color HEX #CBD015 Barberry

📋 copy color: '#CBD015'

red 203 ◦ green 208 ◦ blue 21

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

Shades of Barberry #CBD015

Tints of Barberry #CBD015

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.15%

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

R = 46.99%
G = 48.15%
B = 4.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#CBD015 (or 0xCBD015) is known color: Barberry. HEX triplet: CB, D0 and 15. RGB value is (203,208,21). Sum of RGB (Red+Green+Blue) = 203+208+21=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD015 is #342FEA. Grayscale: #B9B9B9. Windows color (decimal): -3420139 or 1429707. OLE color: 1429707.

HSL color Cylindrical-coordinate representation of color #CBD015: hue angle of 61.6º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBD015 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 208 21 -
CMYK 0.02 0 0.90 0.18
HSL 61.6º 0.82% 0.45% -
HSV(B) 61.6º 0.9% 0.82% -
XYZ 47.32 57.86 9.38 -
YUV 185.19 35.34 140.71 -
System Red Green Blue C M Y K H S L
Decimal 203 208 21 0.02 0 0.90 0.18 61.6 0.82 0.45
Hex CB D0 15 2 0 5A 12 3E 52 2D
Octal 313 320 25 2 0 132 22 76 122 55
Binary 11001011 11010000 10101 10 0 1011010 10010 111110 1010010 101101

Color Harmonies of #CBD015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD015

Black with #CBD015

Text Example


Text Example

White with #CBD015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD015; }

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

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

background-color css

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

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

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

border-color css

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

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

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