Html Css Color HEX #CBB307 Bird Flower

📋 copy color: '#CBB307'

red 203 ◦ green 179 ◦ blue 7

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

Shades of Bird Flower #CBB307

Tints of Bird Flower #CBB307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.8%

R = 52.19%
G = 46.02%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CBB307 (or 0xCBB307) is known color: Bird Flower. HEX triplet: CB, B3 and 07. RGB value is (203,179,7). Sum of RGB (Red+Green+Blue) = 203+179+7=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB307 is #344CF8. Grayscale: #A7A7A7. Windows color (decimal): -3427577 or 504779. OLE color: 504779.

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

Color convert

RGB 203 179 7 -
CMYK 0 0.12 0.97 0.20
HSL 52.65º 0.93% 0.41% -
HSV(B) 52.65º 0.97% 0.8% -
XYZ 40.79 44.95 6.73 -
YUV 166.57 37.95 153.99 -
System Red Green Blue C M Y K H S L
Decimal 203 179 7 0 0.12 0.97 0.20 52.65 0.93 0.41
Hex CB B3 7 0 C 61 14 35 5D 29
Octal 313 263 7 0 14 141 24 65 135 51
Binary 11001011 10110011 111 0 1100 1100001 10100 110101 1011101 101001

Color Harmonies of #CBB307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB307

Black with #CBB307

Text Example


Text Example

White with #CBB307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB307; }

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

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

background-color css

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

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

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

border-color css

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

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

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