Html Css Color HEX #CCCE03 Bird Flower

📋 copy color: '#CCCE03'

red 204 ◦ green 206 ◦ blue 3

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

Shades of Bird Flower #CCCE03

Tints of Bird Flower #CCCE03

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.88%

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

R = 49.39%
G = 49.88%
B = 0.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CCCE03 (or 0xCCCE03) is known color: Bird Flower. HEX triplet: CC, CE and 03. RGB value is (204,206,3). Sum of RGB (Red+Green+Blue) = 204+206+3=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCE03 is #3331FC. Grayscale: #B7B7B7. Windows color (decimal): -3355133 or 249548. OLE color: 249548.

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

Color convert

RGB 204 206 3 -
CMYK 0.01 0 0.99 0.19
HSL 60.59º 0.97% 0.41% -
HSV(B) 60.59º 0.99% 0.81% -
XYZ 46.99 56.99 8.61 -
YUV 182.26 26.84 143.51 -
System Red Green Blue C M Y K H S L
Decimal 204 206 3 0.01 0 0.99 0.19 60.59 0.97 0.41
Hex CC CE 3 1 0 63 13 3D 61 29
Octal 314 316 3 1 0 143 23 75 141 51
Binary 11001100 11001110 11 1 0 1100011 10011 111101 1100001 101001

Color Harmonies of #CCCE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE03

Black with #CCCE03

Text Example


Text Example

White with #CCCE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE03; }

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

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

background-color css

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

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

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

border-color css

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

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

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