Html Css Color HEX #C7BD17 Bird Flower

📋 copy color: '#C7BD17'

red 199 ◦ green 189 ◦ blue 23

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

Shades of Bird Flower #C7BD17

Tints of Bird Flower #C7BD17

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.99%

 BLUE value IS 23 (9.38% from 255) = 5.6%

R = 48.42%
G = 45.99%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C7BD17 (or 0xC7BD17) is known color: Bird Flower. HEX triplet: C7, BD and 17. RGB value is (199,189,23). Sum of RGB (Red+Green+Blue) = 199+189+23=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BD17 is #3842E8. Grayscale: #ADADAD. Windows color (decimal): -3687145 or 1555911. OLE color: 1555911.

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

Color convert

RGB 199 189 23 -
CMYK 0 0.05 0.88 0.22
HSL 56.59º 0.79% 0.44% -
HSV(B) 56.59º 0.88% 0.78% -
XYZ 41.91 48.6 7.98 -
YUV 173.07 43.31 146.5 -
System Red Green Blue C M Y K H S L
Decimal 199 189 23 0 0.05 0.88 0.22 56.59 0.79 0.44
Hex C7 BD 17 0 5 58 16 39 4F 2C
Octal 307 275 27 0 5 130 26 71 117 54
Binary 11000111 10111101 10111 0 101 1011000 10110 111001 1001111 101100

Color Harmonies of #C7BD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD17

Black with #C7BD17

Text Example


Text Example

White with #C7BD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD17; }

 p { color: rgb(199,189,23); }

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

background-color css

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

 a { background-color: rgb(199,189,23); }

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

border-color css

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

 span { border-color: rgb(199,189,23); }

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