Html Css Color HEX #C7BD1A Bird Flower

📋 copy color: '#C7BD1A'

red 199 ◦ green 189 ◦ blue 26

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

Shades of Bird Flower #C7BD1A

Tints of Bird Flower #C7BD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.28%

R = 48.07%
G = 45.65%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7BD1A (or 0xC7BD1A) is known color: Bird Flower. HEX triplet: C7, BD and 1A. RGB value is (199,189,26). Sum of RGB (Red+Green+Blue) = 199+189+26=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BD1A is #3842E5. Grayscale: #AEAEAE. Windows color (decimal): -3687142 or 1752519. OLE color: 1752519.

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

Color convert

RGB 199 189 26 -
CMYK 0 0.05 0.87 0.22
HSL 56.53º 0.77% 0.44% -
HSV(B) 56.53º 0.87% 0.78% -
XYZ 41.94 48.61 8.15 -
YUV 173.41 44.81 146.25 -
System Red Green Blue C M Y K H S L
Decimal 199 189 26 0 0.05 0.87 0.22 56.53 0.77 0.44
Hex C7 BD 1A 0 5 57 16 39 4D 2C
Octal 307 275 32 0 5 127 26 71 115 54
Binary 11000111 10111101 11010 0 101 1010111 10110 111001 1001101 101100

Color Harmonies of #C7BD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD1A

Black with #C7BD1A

Text Example


Text Example

White with #C7BD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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