Html Css Color HEX #C7CC14 Bird Flower

📋 copy color: '#C7CC14'

red 199 ◦ green 204 ◦ blue 20

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

Shades of Bird Flower #C7CC14

Tints of Bird Flower #C7CC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.23%

 BLUE value IS 20 (8.2% from 255) = 4.73%

R = 47.04%
G = 48.23%
B = 4.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#C7CC14 (or 0xC7CC14) is known color: Bird Flower. HEX triplet: C7, CC and 14. RGB value is (199,204,20). Sum of RGB (Red+Green+Blue) = 199+204+20=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CC14 is #3833EB. Grayscale: #B6B6B6. Windows color (decimal): -3683308 or 1363143. OLE color: 1363143.

HSL color Cylindrical-coordinate representation of color #C7CC14: hue angle of 61.63º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7CC14 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 204 20 -
CMYK 0.02 0 0.90 0.2
HSL 61.63º 0.82% 0.44% -
HSV(B) 61.63º 0.9% 0.8% -
XYZ 45.27 55.38 8.96 -
YUV 181.53 36.84 140.46 -
System Red Green Blue C M Y K H S L
Decimal 199 204 20 0.02 0 0.90 0.2 61.63 0.82 0.44
Hex C7 CC 14 2 0 5A 14 3E 52 2C
Octal 307 314 24 2 0 132 24 76 122 54
Binary 11000111 11001100 10100 10 0 1011010 10100 111110 1010010 101100

Color Harmonies of #C7CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CC14

Black with #C7CC14

Text Example


Text Example

White with #C7CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CC14; }

 p { color: rgb(199,204,20); }

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

background-color css

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

 a { background-color: rgb(199,204,20); }

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

border-color css

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

 span { border-color: rgb(199,204,20); }

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