Html Css Color HEX #CCCE07 Bird Flower

📋 copy color: '#CCCE07'

red 204 ◦ green 206 ◦ blue 7

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

Shades of Bird Flower #CCCE07

Tints of Bird Flower #CCCE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.68%

R = 48.92%
G = 49.4%
B = 1.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CCCE07 (or 0xCCCE07) is known color: Bird Flower. HEX triplet: CC, CE and 07. RGB value is (204,206,7). Sum of RGB (Red+Green+Blue) = 204+206+7=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 7 (3.12% from 255 or 1.68% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCE07 is #3331F8. Grayscale: #B7B7B7. Windows color (decimal): -3355129 or 511692. OLE color: 511692.

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

Color convert

RGB 204 206 7 -
CMYK 0.01 0 0.97 0.19
HSL 60.6º 0.93% 0.42% -
HSV(B) 60.6º 0.97% 0.81% -
XYZ 47.01 57 8.72 -
YUV 182.72 28.84 143.18 -
System Red Green Blue C M Y K H S L
Decimal 204 206 7 0.01 0 0.97 0.19 60.6 0.93 0.42
Hex CC CE 7 1 0 61 13 3D 5D 2A
Octal 314 316 7 1 0 141 23 75 135 52
Binary 11001100 11001110 111 1 0 1100001 10011 111101 1011101 101010

Color Harmonies of #CCCE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE07

Black with #CCCE07

Text Example


Text Example

White with #CCCE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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