Html Css Color HEX #C6B824 Bird Flower

📋 copy color: '#C6B824'

red 198 ◦ green 184 ◦ blue 36

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

Shades of Bird Flower #C6B824

Tints of Bird Flower #C6B824

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.02%

 BLUE value IS 36 (14.45% from 255) = 8.61%

R = 47.37%
G = 44.02%
B = 8.61%

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

#C6B824 (or 0xC6B824) is known color: Bird Flower. HEX triplet: C6, B8 and 24. RGB value is (198,184,36). Sum of RGB (Red+Green+Blue) = 198+184+36=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B824 is #3947DB. Grayscale: #ABABAB. Windows color (decimal): -3753948 or 2406598. OLE color: 2406598.

HSL color Cylindrical-coordinate representation of color #C6B824: hue angle of 54.81º degrees, saturation: 0.69, 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 #C6B824 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 184 36 -
CMYK 0 0.07 0.82 0.22
HSL 54.81º 0.69% 0.46% -
HSV(B) 54.81º 0.82% 0.78% -
XYZ 40.75 46.41 8.48 -
YUV 171.31 51.64 147.03 -
System Red Green Blue C M Y K H S L
Decimal 198 184 36 0 0.07 0.82 0.22 54.81 0.69 0.46
Hex C6 B8 24 0 7 52 16 37 45 2E
Octal 306 270 44 0 7 122 26 67 105 56
Binary 11000110 10111000 100100 0 111 1010010 10110 110111 1000101 101110

Color Harmonies of #C6B824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B824

Black with #C6B824

Text Example


Text Example

White with #C6B824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B824; }

 p { color: rgb(198,184,36); }

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

background-color css

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

 a { background-color: rgb(198,184,36); }

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

border-color css

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

 span { border-color: rgb(198,184,36); }

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