Html Css Color HEX #C7BD1F Bird Flower

📋 copy color: '#C7BD1F'

red 199 ◦ green 189 ◦ blue 31

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

Shades of Bird Flower #C7BD1F

Tints of Bird Flower #C7BD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.4%

R = 47.49%
G = 45.11%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C7BD1F (or 0xC7BD1F) is known color: Bird Flower. HEX triplet: C7, BD and 1F. RGB value is (199,189,31). Sum of RGB (Red+Green+Blue) = 199+189+31=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BD1F is #3842E0. Grayscale: #AEAEAE. Windows color (decimal): -3687137 or 2080199. OLE color: 2080199.

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

Color convert

RGB 199 189 31 -
CMYK 0 0.05 0.84 0.22
HSL 56.43º 0.73% 0.45% -
HSV(B) 56.43º 0.84% 0.78% -
XYZ 42 48.64 8.47 -
YUV 173.98 47.31 145.85 -
System Red Green Blue C M Y K H S L
Decimal 199 189 31 0 0.05 0.84 0.22 56.43 0.73 0.45
Hex C7 BD 1F 0 5 54 16 38 49 2D
Octal 307 275 37 0 5 124 26 70 111 55
Binary 11000111 10111101 11111 0 101 1010100 10110 111000 1001001 101101

Color Harmonies of #C7BD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD1F

Black with #C7BD1F

Text Example


Text Example

White with #C7BD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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