Html Css Color HEX #CBC311 Bird Flower

📋 copy color: '#CBC311'

red 203 ◦ green 195 ◦ blue 17

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

Shades of Bird Flower #CBC311

Tints of Bird Flower #CBC311

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.99%

 BLUE value IS 17 (7.03% from 255) = 4.1%

R = 48.92%
G = 46.99%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CBC311 (or 0xCBC311) is known color: Bird Flower. HEX triplet: CB, C3 and 11. RGB value is (203,195,17). Sum of RGB (Red+Green+Blue) = 203+195+17=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC311 is #343CEE. Grayscale: #B1B1B1. Windows color (decimal): -3423471 or 1164235. OLE color: 1164235.

HSL color Cylindrical-coordinate representation of color #CBC311: hue angle of 57.42º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBC311 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 195 17 -
CMYK 0 0.04 0.92 0.20
HSL 57.42º 0.85% 0.43% -
HSV(B) 57.42º 0.92% 0.8% -
XYZ 44.24 51.77 8.19 -
YUV 177.1 37.65 146.47 -
System Red Green Blue C M Y K H S L
Decimal 203 195 17 0 0.04 0.92 0.20 57.42 0.85 0.43
Hex CB C3 11 0 4 5C 14 39 55 2B
Octal 313 303 21 0 4 134 24 71 125 53
Binary 11001011 11000011 10001 0 100 1011100 10100 111001 1010101 101011

Color Harmonies of #CBC311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC311

Black with #CBC311

Text Example


Text Example

White with #CBC311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC311; }

 p { color: rgb(203,195,17); }

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

background-color css

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

 a { background-color: rgb(203,195,17); }

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

border-color css

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

 span { border-color: rgb(203,195,17); }

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