Html Css Color HEX #CBB315 Bird Flower

📋 copy color: '#CBB315'

red 203 ◦ green 179 ◦ blue 21

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

Shades of Bird Flower #CBB315

Tints of Bird Flower #CBB315

RGB

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

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

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

R = 50.37%
G = 44.42%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBB315 (or 0xCBB315) is known color: Bird Flower. HEX triplet: CB, B3 and 15. RGB value is (203,179,21). Sum of RGB (Red+Green+Blue) = 203+179+21=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB315 is #344CEA. Grayscale: #A8A8A8. Windows color (decimal): -3427563 or 1422283. OLE color: 1422283.

HSL color Cylindrical-coordinate representation of color #CBB315: hue angle of 52.09º 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 #CBB315 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 179 21 -
CMYK 0 0.12 0.90 0.20
HSL 52.09º 0.81% 0.44% -
HSV(B) 52.09º 0.9% 0.8% -
XYZ 40.88 44.99 7.24 -
YUV 168.16 44.95 152.85 -
System Red Green Blue C M Y K H S L
Decimal 203 179 21 0 0.12 0.90 0.20 52.09 0.81 0.44
Hex CB B3 15 0 C 5A 14 34 51 2C
Octal 313 263 25 0 14 132 24 64 121 54
Binary 11001011 10110011 10101 0 1100 1011010 10100 110100 1010001 101100

Color Harmonies of #CBB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB315

Black with #CBB315

Text Example


Text Example

White with #CBB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB315; }

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

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

background-color css

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

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

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

border-color css

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

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

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