Html Css Color HEX #CCC317 Bird Flower

📋 copy color: '#CCC317'

red 204 ◦ green 195 ◦ blue 23

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

Shades of Bird Flower #CCC317

Tints of Bird Flower #CCC317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.45%

R = 48.34%
G = 46.21%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCC317 (or 0xCCC317) is known color: Bird Flower. HEX triplet: CC, C3 and 17. RGB value is (204,195,23). Sum of RGB (Red+Green+Blue) = 204+195+23=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC317 is #333CE8. Grayscale: #B2B2B2. Windows color (decimal): -3357929 or 1557452. OLE color: 1557452.

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

Color convert

RGB 204 195 23 -
CMYK 0 0.04 0.89 0.2
HSL 57.02º 0.8% 0.45% -
HSV(B) 57.02º 0.89% 0.8% -
XYZ 44.57 51.93 8.48 -
YUV 178.08 40.48 146.49 -
System Red Green Blue C M Y K H S L
Decimal 204 195 23 0 0.04 0.89 0.2 57.02 0.8 0.45
Hex CC C3 17 0 4 59 14 39 50 2D
Octal 314 303 27 0 4 131 24 71 120 55
Binary 11001100 11000011 10111 0 100 1011001 10100 111001 1010000 101101

Color Harmonies of #CCC317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC317

Black with #CCC317

Text Example


Text Example

White with #CCC317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC317; }

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

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

background-color css

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

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

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

border-color css

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

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

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