Html Css Color HEX #CBC615 Bird Flower

📋 copy color: '#CBC615'

red 203 ◦ green 198 ◦ blue 21

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

Shades of Bird Flower #CBC615

Tints of Bird Flower #CBC615

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.92%

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

R = 48.1%
G = 46.92%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBC615 (or 0xCBC615) is known color: Bird Flower. HEX triplet: CB, C6 and 15. RGB value is (203,198,21). Sum of RGB (Red+Green+Blue) = 203+198+21=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC615 is #3439EA. Grayscale: #B4B4B4. Windows color (decimal): -3422699 or 1427147. OLE color: 1427147.

HSL color Cylindrical-coordinate representation of color #CBC615: hue angle of 58.35º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBC615 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 198 21 -
CMYK 0 0.02 0.90 0.20
HSL 58.35º 0.81% 0.44% -
HSV(B) 58.35º 0.9% 0.8% -
XYZ 44.96 53.14 8.6 -
YUV 179.32 38.66 144.89 -
System Red Green Blue C M Y K H S L
Decimal 203 198 21 0 0.02 0.90 0.20 58.35 0.81 0.44
Hex CB C6 15 0 2 5A 14 3A 51 2C
Octal 313 306 25 0 2 132 24 72 121 54
Binary 11001011 11000110 10101 0 10 1011010 10100 111010 1010001 101100

Color Harmonies of #CBC615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC615

Black with #CBC615

Text Example


Text Example

White with #CBC615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC615; }

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

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

background-color css

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

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

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

border-color css

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

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

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