Html Css Color HEX #CCCC03 Bird Flower

📋 copy color: '#CCCC03'

red 204 ◦ green 204 ◦ blue 3

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

Shades of Bird Flower #CCCC03

Tints of Bird Flower #CCCC03

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.64%

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

R = 49.64%
G = 49.64%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCCC03 (or 0xCCCC03) is known color: Bird Flower. HEX triplet: CC, CC and 03. RGB value is (204,204,3). Sum of RGB (Red+Green+Blue) = 204+204+3=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC03 is #3333FC. Grayscale: #B5B5B5. Windows color (decimal): -3355645 or 249036. OLE color: 249036.

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

Color convert

RGB 204 204 3 -
CMYK 0 0 0.99 0.2
HSL 60º 0.97% 0.41% -
HSV(B) 60º 0.99% 0.8% -
XYZ 46.51 56.03 8.45 -
YUV 181.09 27.5 144.34 -
System Red Green Blue C M Y K H S L
Decimal 204 204 3 0 0 0.99 0.2 60 0.97 0.41
Hex CC CC 3 0 0 63 14 3C 61 29
Octal 314 314 3 0 0 143 24 74 141 51
Binary 11001100 11001100 11 0 0 1100011 10100 111100 1100001 101001

Color Harmonies of #CCCC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC03

Black with #CCCC03

Text Example


Text Example

White with #CCCC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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