Html Css Color HEX #C7BD0C Bird Flower

📋 copy color: '#C7BD0C'

red 199 ◦ green 189 ◦ blue 12

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

Shades of Bird Flower #C7BD0C

Tints of Bird Flower #C7BD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3%

R = 49.75%
G = 47.25%
B = 3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7BD0C (or 0xC7BD0C) is known color: Bird Flower. HEX triplet: C7, BD and 0C. RGB value is (199,189,12). Sum of RGB (Red+Green+Blue) = 199+189+12=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BD0C is #3842F3. Grayscale: #ACACAC. Windows color (decimal): -3687156 or 835015. OLE color: 835015.

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

Color convert

RGB 199 189 12 -
CMYK 0 0.05 0.94 0.22
HSL 56.79º 0.89% 0.41% -
HSV(B) 56.79º 0.94% 0.78% -
XYZ 41.82 48.56 7.52 -
YUV 171.81 37.81 147.39 -
System Red Green Blue C M Y K H S L
Decimal 199 189 12 0 0.05 0.94 0.22 56.79 0.89 0.41
Hex C7 BD C 0 5 5E 16 39 59 29
Octal 307 275 14 0 5 136 26 71 131 51
Binary 11000111 10111101 1100 0 101 1011110 10110 111001 1011001 101001

Color Harmonies of #C7BD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD0C

Black with #C7BD0C

Text Example


Text Example

White with #C7BD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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