Html Css Color HEX #CCCC14 Bird Flower

📋 copy color: '#CCCC14'

red 204 ◦ green 204 ◦ blue 20

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

Shades of Bird Flower #CCCC14

Tints of Bird Flower #CCCC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.67%

R = 47.66%
G = 47.66%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCCC14 (or 0xCCCC14) is known color: Bird Flower. HEX triplet: CC, CC and 14. RGB value is (204,204,20). Sum of RGB (Red+Green+Blue) = 204+204+20=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC14 is #3333EB. Grayscale: #B7B7B7. Windows color (decimal): -3355628 or 1363148. OLE color: 1363148.

HSL color Cylindrical-coordinate representation of color #CCCC14: hue angle of 60º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCCC14 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 20 -
CMYK 0 0 0.90 0.2
HSL 60º 0.82% 0.44% -
HSV(B) 60º 0.9% 0.8% -
XYZ 46.62 56.07 9.03 -
YUV 183.02 36 142.96 -
System Red Green Blue C M Y K H S L
Decimal 204 204 20 0 0 0.90 0.2 60 0.82 0.44
Hex CC CC 14 0 0 5A 14 3C 52 2C
Octal 314 314 24 0 0 132 24 74 122 54
Binary 11001100 11001100 10100 0 0 1011010 10100 111100 1010010 101100

Color Harmonies of #CCCC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC14

Black with #CCCC14

Text Example


Text Example

White with #CCCC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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