Html Css Color HEX #CCCD14 Bird Flower

📋 copy color: '#CCCD14'

red 204 ◦ green 205 ◦ blue 20

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

Shades of Bird Flower #CCCD14

Tints of Bird Flower #CCCD14

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.79%

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

R = 47.55%
G = 47.79%
B = 4.66%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CCCD14 (or 0xCCCD14) is known color: Bird Flower. HEX triplet: CC, CD and 14. RGB value is (204,205,20). Sum of RGB (Red+Green+Blue) = 204+205+20=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCD14 is #3332EB. Grayscale: #B8B8B8. Windows color (decimal): -3355372 or 1363404. OLE color: 1363404.

HSL color Cylindrical-coordinate representation of color #CCCD14: hue angle of 60.32º 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 #CCCD14 is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 20 -
CMYK 0.00 0 0.90 0.20
HSL 60.32º 0.82% 0.44% -
HSV(B) 60.32º 0.9% 0.8% -
XYZ 46.86 56.55 9.11 -
YUV 183.61 35.67 142.54 -
System Red Green Blue C M Y K H S L
Decimal 204 205 20 0.00 0 0.90 0.20 60.32 0.82 0.44
Hex CC CD 14 0 0 5A 14 3C 52 2C
Octal 314 315 24 0 0 132 24 74 122 54
Binary 11001100 11001101 10100 0 0 1011010 10100 111100 1010010 101100

Color Harmonies of #CCCD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD14

Black with #CCCD14

Text Example


Text Example

White with #CCCD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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