Html Css Color HEX #C6B923 Bird Flower

📋 copy color: '#C6B923'

red 198 ◦ green 185 ◦ blue 35

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

Shades of Bird Flower #C6B923

Tints of Bird Flower #C6B923

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.26%

 BLUE value IS 35 (14.06% from 255) = 8.37%

R = 47.37%
G = 44.26%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C6B923 (or 0xC6B923) is known color: Bird Flower. HEX triplet: C6, B9 and 23. RGB value is (198,185,35). Sum of RGB (Red+Green+Blue) = 198+185+35=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B923 is #3946DC. Grayscale: #ACACAC. Windows color (decimal): -3753693 or 2341318. OLE color: 2341318.

HSL color Cylindrical-coordinate representation of color #C6B923: hue angle of 55.21º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6B923 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 185 35 -
CMYK 0 0.07 0.82 0.22
HSL 55.21º 0.7% 0.46% -
HSV(B) 55.21º 0.82% 0.78% -
XYZ 40.94 46.83 8.47 -
YUV 171.79 50.81 146.7 -
System Red Green Blue C M Y K H S L
Decimal 198 185 35 0 0.07 0.82 0.22 55.21 0.7 0.46
Hex C6 B9 23 0 7 52 16 37 46 2E
Octal 306 271 43 0 7 122 26 67 106 56
Binary 11000110 10111001 100011 0 111 1010010 10110 110111 1000110 101110

Color Harmonies of #C6B923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B923

Black with #C6B923

Text Example


Text Example

White with #C6B923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B923; }

 p { color: rgb(198,185,35); }

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

background-color css

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

 a { background-color: rgb(198,185,35); }

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

border-color css

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

 span { border-color: rgb(198,185,35); }

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