Html Css Color HEX #C9B30D Bird Flower

📋 copy color: '#C9B30D'

red 201 ◦ green 179 ◦ blue 13

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

Shades of Bird Flower #C9B30D

Tints of Bird Flower #C9B30D

RGB

 RED value IS 201 (78.91% from 255) = 51.15%

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

 BLUE value IS 13 (5.47% from 255) = 3.31%

R = 51.15%
G = 45.55%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9B30D (or 0xC9B30D) is known color: Bird Flower. HEX triplet: C9, B3 and 0D. RGB value is (201,179,13). Sum of RGB (Red+Green+Blue) = 201+179+13=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B30D is #364CF2. Grayscale: #A7A7A7. Windows color (decimal): -3558643 or 897993. OLE color: 897993.

HSL color Cylindrical-coordinate representation of color #C9B30D: hue angle of 52.98º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9B30D is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 179 13 -
CMYK 0 0.11 0.94 0.21
HSL 52.98º 0.88% 0.42% -
HSV(B) 52.98º 0.94% 0.79% -
XYZ 40.28 44.69 6.88 -
YUV 166.65 41.29 152.5 -
System Red Green Blue C M Y K H S L
Decimal 201 179 13 0 0.11 0.94 0.21 52.98 0.88 0.42
Hex C9 B3 D 0 B 5E 15 35 58 2A
Octal 311 263 15 0 13 136 25 65 130 52
Binary 11001001 10110011 1101 0 1011 1011110 10101 110101 1011000 101010

Color Harmonies of #C9B30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B30D

Black with #C9B30D

Text Example


Text Example

White with #C9B30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B30D; }

 p { color: rgb(201,179,13); }

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

background-color css

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

 a { background-color: rgb(201,179,13); }

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

border-color css

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

 span { border-color: rgb(201,179,13); }

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