Html Css Color HEX #CBB309 Bird Flower

📋 copy color: '#CBB309'

red 203 ◦ green 179 ◦ blue 9

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

Shades of Bird Flower #CBB309

Tints of Bird Flower #CBB309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.3%

R = 51.92%
G = 45.78%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBB309 (or 0xCBB309) is known color: Bird Flower. HEX triplet: CB, B3 and 09. RGB value is (203,179,9). Sum of RGB (Red+Green+Blue) = 203+179+9=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB309 is #344CF6. Grayscale: #A7A7A7. Windows color (decimal): -3427575 or 635851. OLE color: 635851.

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

Color convert

RGB 203 179 9 -
CMYK 0 0.12 0.96 0.20
HSL 52.58º 0.92% 0.42% -
HSV(B) 52.58º 0.96% 0.8% -
XYZ 40.8 44.96 6.79 -
YUV 166.8 38.95 153.82 -
System Red Green Blue C M Y K H S L
Decimal 203 179 9 0 0.12 0.96 0.20 52.58 0.92 0.42
Hex CB B3 9 0 C 60 14 35 5C 2A
Octal 313 263 11 0 14 140 24 65 134 52
Binary 11001011 10110011 1001 0 1100 1100000 10100 110101 1011100 101010

Color Harmonies of #CBB309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB309

Black with #CBB309

Text Example


Text Example

White with #CBB309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB309; }

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

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

background-color css

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

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

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

border-color css

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

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

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