Html Css Color HEX #CCC319 Bird Flower

📋 copy color: '#CCC319'

red 204 ◦ green 195 ◦ blue 25

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

Shades of Bird Flower #CCC319

Tints of Bird Flower #CCC319

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.99%

 BLUE value IS 25 (10.16% from 255) = 5.9%

R = 48.11%
G = 45.99%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCC319 (or 0xCCC319) is known color: Bird Flower. HEX triplet: CC, C3 and 19. RGB value is (204,195,25). Sum of RGB (Red+Green+Blue) = 204+195+25=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC319 is #333CE6. Grayscale: #B3B3B3. Windows color (decimal): -3357927 or 1688524. OLE color: 1688524.

HSL color Cylindrical-coordinate representation of color #CCC319: hue angle of 56.98º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCC319 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 25 -
CMYK 0 0.04 0.88 0.2
HSL 56.98º 0.78% 0.45% -
HSV(B) 56.98º 0.88% 0.8% -
XYZ 44.59 51.94 8.59 -
YUV 178.31 41.48 146.32 -
System Red Green Blue C M Y K H S L
Decimal 204 195 25 0 0.04 0.88 0.2 56.98 0.78 0.45
Hex CC C3 19 0 4 58 14 39 4E 2D
Octal 314 303 31 0 4 130 24 71 116 55
Binary 11001100 11000011 11001 0 100 1011000 10100 111001 1001110 101101

Color Harmonies of #CCC319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC319

Black with #CCC319

Text Example


Text Example

White with #CCC319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC319; }

 p { color: rgb(204,195,25); }

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

background-color css

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

 a { background-color: rgb(204,195,25); }

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

border-color css

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

 span { border-color: rgb(204,195,25); }

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