Html Css Color HEX #C7B309 Bird Flower

📋 copy color: '#C7B309'

red 199 ◦ green 179 ◦ blue 9

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

Shades of Bird Flower #C7B309

Tints of Bird Flower #C7B309

RGB

 RED value IS 199 (78.13% from 255) = 51.42%

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

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

R = 51.42%
G = 46.25%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7B309 (or 0xC7B309) is known color: Bird Flower. HEX triplet: C7, B3 and 09. RGB value is (199,179,9). Sum of RGB (Red+Green+Blue) = 199+179+9=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 9 (3.91% from 255 or 2.33% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B309 is #384CF6. Grayscale: #A6A6A6. Windows color (decimal): -3689719 or 635847. OLE color: 635847.

HSL color Cylindrical-coordinate representation of color #C7B309: hue angle of 53.68º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7B309 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 179 9 -
CMYK 0 0.10 0.95 0.22
HSL 53.68º 0.91% 0.41% -
HSV(B) 53.68º 0.95% 0.78% -
XYZ 39.72 44.4 6.74 -
YUV 165.6 39.63 151.82 -
System Red Green Blue C M Y K H S L
Decimal 199 179 9 0 0.10 0.95 0.22 53.68 0.91 0.41
Hex C7 B3 9 0 A 5F 16 36 5B 29
Octal 307 263 11 0 12 137 26 66 133 51
Binary 11000111 10110011 1001 0 1010 1011111 10110 110110 1011011 101001

Color Harmonies of #C7B309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B309

Black with #C7B309

Text Example


Text Example

White with #C7B309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B309; }

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

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

background-color css

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

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

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

border-color css

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

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

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