Html Css Color HEX #CBB313 Bird Flower

📋 copy color: '#CBB313'

red 203 ◦ green 179 ◦ blue 19

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

Shades of Bird Flower #CBB313

Tints of Bird Flower #CBB313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.64%

 BLUE value IS 19 (7.81% from 255) = 4.74%

R = 50.62%
G = 44.64%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CBB313 (or 0xCBB313) is known color: Bird Flower. HEX triplet: CB, B3 and 13. RGB value is (203,179,19). Sum of RGB (Red+Green+Blue) = 203+179+19=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB313 is #344CEC. Grayscale: #A8A8A8. Windows color (decimal): -3427565 or 1291211. OLE color: 1291211.

HSL color Cylindrical-coordinate representation of color #CBB313: hue angle of 52.17º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBB313 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 179 19 -
CMYK 0 0.12 0.91 0.20
HSL 52.17º 0.83% 0.44% -
HSV(B) 52.17º 0.91% 0.8% -
XYZ 40.87 44.98 7.14 -
YUV 167.94 43.95 153.01 -
System Red Green Blue C M Y K H S L
Decimal 203 179 19 0 0.12 0.91 0.20 52.17 0.83 0.44
Hex CB B3 13 0 C 5B 14 34 53 2C
Octal 313 263 23 0 14 133 24 64 123 54
Binary 11001011 10110011 10011 0 1100 1011011 10100 110100 1010011 101100

Color Harmonies of #CBB313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB313

Black with #CBB313

Text Example


Text Example

White with #CBB313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB313; }

 p { color: rgb(203,179,19); }

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

background-color css

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

 a { background-color: rgb(203,179,19); }

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

border-color css

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

 span { border-color: rgb(203,179,19); }

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