Html Css Color HEX #CBB303 Bird Flower

📋 copy color: '#CBB303'

red 203 ◦ green 179 ◦ blue 3

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

Shades of Bird Flower #CBB303

Tints of Bird Flower #CBB303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 52.73%
G = 46.49%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CBB303 (or 0xCBB303) is known color: Bird Flower. HEX triplet: CB, B3 and 03. RGB value is (203,179,3). Sum of RGB (Red+Green+Blue) = 203+179+3=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB303 is #344CFC. Grayscale: #A6A6A6. Windows color (decimal): -3427581 or 242635. OLE color: 242635.

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

Color convert

RGB 203 179 3 -
CMYK 0 0.12 0.99 0.20
HSL 52.8º 0.97% 0.4% -
HSV(B) 52.8º 0.99% 0.8% -
XYZ 40.77 44.94 6.61 -
YUV 166.11 35.95 154.31 -
System Red Green Blue C M Y K H S L
Decimal 203 179 3 0 0.12 0.99 0.20 52.8 0.97 0.4
Hex CB B3 3 0 C 63 14 35 61 28
Octal 313 263 3 0 14 143 24 65 141 50
Binary 11001011 10110011 11 0 1100 1100011 10100 110101 1100001 101000

Color Harmonies of #CBB303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB303

Black with #CBB303

Text Example


Text Example

White with #CBB303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB303; }

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

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

background-color css

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

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

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

border-color css

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

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

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