Html Css Color HEX #CCCE04 Bird Flower

📋 copy color: '#CCCE04'

red 204 ◦ green 206 ◦ blue 4

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

Shades of Bird Flower #CCCE04

Tints of Bird Flower #CCCE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 49.28%
G = 49.76%
B = 0.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CCCE04 (or 0xCCCE04) is known color: Bird Flower. HEX triplet: CC, CE and 04. RGB value is (204,206,4). Sum of RGB (Red+Green+Blue) = 204+206+4=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCE04 is #3331FB. Grayscale: #B7B7B7. Windows color (decimal): -3355132 or 315084. OLE color: 315084.

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

Color convert

RGB 204 206 4 -
CMYK 0.01 0 0.98 0.19
HSL 60.59º 0.96% 0.41% -
HSV(B) 60.59º 0.98% 0.81% -
XYZ 47 56.99 8.64 -
YUV 182.37 27.34 143.43 -
System Red Green Blue C M Y K H S L
Decimal 204 206 4 0.01 0 0.98 0.19 60.59 0.96 0.41
Hex CC CE 4 1 0 62 13 3D 60 29
Octal 314 316 4 1 0 142 23 75 140 51
Binary 11001100 11001110 100 1 0 1100010 10011 111101 1100000 101001

Color Harmonies of #CCCE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE04

Black with #CCCE04

Text Example


Text Example

White with #CCCE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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