Html Css Color HEX #CBD415 Barberry

📋 copy color: '#CBD415'

red 203 ◦ green 212 ◦ blue 21

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

Shades of Barberry #CBD415

Tints of Barberry #CBD415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.62%

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

R = 46.56%
G = 48.62%
B = 4.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#CBD415 (or 0xCBD415) is known color: Barberry. HEX triplet: CB, D4 and 15. RGB value is (203,212,21). Sum of RGB (Red+Green+Blue) = 203+212+21=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD415 is #342BEA. Grayscale: #BCBCBC. Windows color (decimal): -3419115 or 1430731. OLE color: 1430731.

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

Color convert

RGB 203 212 21 -
CMYK 0.04 0 0.90 0.17
HSL 62.83º 0.82% 0.46% -
HSV(B) 62.83º 0.9% 0.83% -
XYZ 48.31 59.84 9.71 -
YUV 187.54 34.02 139.03 -
System Red Green Blue C M Y K H S L
Decimal 203 212 21 0.04 0 0.90 0.17 62.83 0.82 0.46
Hex CB D4 15 4 0 5A 11 3F 52 2E
Octal 313 324 25 4 0 132 21 77 122 56
Binary 11001011 11010100 10101 100 0 1011010 10001 111111 1010010 101110

Color Harmonies of #CBD415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD415

Black with #CBD415

Text Example


Text Example

White with #CBD415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD415; }

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

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

background-color css

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

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

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

border-color css

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

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

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