Html Css Color HEX #CCC103 Bird Flower

📋 copy color: '#CCC103'

red 204 ◦ green 193 ◦ blue 3

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

Shades of Bird Flower #CCC103

Tints of Bird Flower #CCC103

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.25%

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 51%
G = 48.25%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCC103 (or 0xCCC103) is known color: Bird Flower. HEX triplet: CC, C1 and 03. RGB value is (204,193,3). Sum of RGB (Red+Green+Blue) = 204+193+3=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC103 is #333EFC. Grayscale: #AFAFAF. Windows color (decimal): -3358461 or 246220. OLE color: 246220.

HSL color Cylindrical-coordinate representation of color #CCC103: hue angle of 56.72º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCC103 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 3 -
CMYK 0 0.05 0.99 0.2
HSL 56.72º 0.97% 0.41% -
HSV(B) 56.72º 0.99% 0.8% -
XYZ 43.99 50.98 7.61 -
YUV 174.63 31.14 148.95 -
System Red Green Blue C M Y K H S L
Decimal 204 193 3 0 0.05 0.99 0.2 56.72 0.97 0.41
Hex CC C1 3 0 5 63 14 39 61 29
Octal 314 301 3 0 5 143 24 71 141 51
Binary 11001100 11000001 11 0 101 1100011 10100 111001 1100001 101001

Color Harmonies of #CCC103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC103

Black with #CCC103

Text Example


Text Example

White with #CCC103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC103; }

 p { color: rgb(204,193,3); }

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

background-color css

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

 a { background-color: rgb(204,193,3); }

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

border-color css

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

 span { border-color: rgb(204,193,3); }

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