Html Css Color HEX #CCC80F Bird Flower

📋 copy color: '#CCC80F'

red 204 ◦ green 200 ◦ blue 15

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

Shades of Bird Flower #CCC80F

Tints of Bird Flower #CCC80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.73%

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

R = 48.69%
G = 47.73%
B = 3.58%

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

#CCC80F (or 0xCCC80F) is known color: Bird Flower. HEX triplet: CC, C8 and 0F. RGB value is (204,200,15). Sum of RGB (Red+Green+Blue) = 204+200+15=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC80F is #3337F0. Grayscale: #B4B4B4. Windows color (decimal): -3356657 or 1034444. OLE color: 1034444.

HSL color Cylindrical-coordinate representation of color #CCC80F: hue angle of 58.73º 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 #CCC80F is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 15 -
CMYK 0 0.02 0.93 0.2
HSL 58.73º 0.86% 0.43% -
HSV(B) 58.73º 0.93% 0.8% -
XYZ 45.64 54.18 8.5 -
YUV 180.11 34.83 145.04 -
System Red Green Blue C M Y K H S L
Decimal 204 200 15 0 0.02 0.93 0.2 58.73 0.86 0.43
Hex CC C8 F 0 2 5D 14 3B 56 2B
Octal 314 310 17 0 2 135 24 73 126 53
Binary 11001100 11001000 1111 0 10 1011101 10100 111011 1010110 101011

Color Harmonies of #CCC80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC80F

Black with #CCC80F

Text Example


Text Example

White with #CCC80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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