Html Css Color HEX #C6B30D Bird Flower

📋 copy color: '#C6B30D'

red 198 ◦ green 179 ◦ blue 13

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

Shades of Bird Flower #C6B30D

Tints of Bird Flower #C6B30D

RGB

 RED value IS 198 (77.73% from 255) = 50.77%

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

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

R = 50.77%
G = 45.9%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6B30D (or 0xC6B30D) is known color: Bird Flower. HEX triplet: C6, B3 and 0D. RGB value is (198,179,13). Sum of RGB (Red+Green+Blue) = 198+179+13=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B30D is #394CF2. Grayscale: #A6A6A6. Windows color (decimal): -3755251 or 897990. OLE color: 897990.

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

Color convert

RGB 198 179 13 -
CMYK 0 0.10 0.93 0.22
HSL 53.84º 0.88% 0.41% -
HSV(B) 53.84º 0.93% 0.78% -
XYZ 39.48 44.28 6.85 -
YUV 165.76 41.79 151 -
System Red Green Blue C M Y K H S L
Decimal 198 179 13 0 0.10 0.93 0.22 53.84 0.88 0.41
Hex C6 B3 D 0 A 5D 16 36 58 29
Octal 306 263 15 0 12 135 26 66 130 51
Binary 11000110 10110011 1101 0 1010 1011101 10110 110110 1011000 101001

Color Harmonies of #C6B30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B30D

Black with #C6B30D

Text Example


Text Example

White with #C6B30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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