Html Css Color HEX #CCC70F Bird Flower

📋 copy color: '#CCC70F'

red 204 ◦ green 199 ◦ blue 15

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

Shades of Bird Flower #CCC70F

Tints of Bird Flower #CCC70F

RGB

 RED value IS 204 (80.08% from 255) = 48.8%

 GREEN value IS 199 (78.13% from 255) = 47.61%

 BLUE value IS 15 (6.25% from 255) = 3.59%

R = 48.8%
G = 47.61%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCC70F (or 0xCCC70F) is known color: Bird Flower. HEX triplet: CC, C7 and 0F. RGB value is (204,199,15). Sum of RGB (Red+Green+Blue) = 204+199+15=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC70F is #3338F0. Grayscale: #B4B4B4. Windows color (decimal): -3356913 or 1034188. OLE color: 1034188.

HSL color Cylindrical-coordinate representation of color #CCC70F: hue angle of 58.41º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCC70F is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 15 -
CMYK 0 0.02 0.93 0.2
HSL 58.41º 0.86% 0.43% -
HSV(B) 58.41º 0.93% 0.8% -
XYZ 45.41 53.72 8.43 -
YUV 179.52 35.16 145.46 -
System Red Green Blue C M Y K H S L
Decimal 204 199 15 0 0.02 0.93 0.2 58.41 0.86 0.43
Hex CC C7 F 0 2 5D 14 3A 56 2B
Octal 314 307 17 0 2 135 24 72 126 53
Binary 11001100 11000111 1111 0 10 1011101 10100 111010 1010110 101011

Color Harmonies of #CCC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC70F

Black with #CCC70F

Text Example


Text Example

White with #CCC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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